Class SubStartedEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
net.ME1312.SubServers.Client.Sponge.Event.SubStartedEvent
Server Started Event
-
Field Summary
Fields inherited from class org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
Constructor Summary
ConstructorDescriptionSubStartedEvent
(String server) Server Started Event
This event can only be called when a SubData connection is made! -
Method Summary
Methods inherited from class org.spongepowered.api.event.impl.AbstractEvent
init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.spongepowered.api.event.Event
getContext, getSource
-
Constructor Details
-
SubStartedEvent
Server Started Event
This event can only be called when a SubData connection is made!- Parameters:
server
- Server that Started
-
-
Method Details