Class SubNetworkLoginEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
net.ME1312.SubServers.Bungee.Event.SubNetworkLoginEvent
- All Implemented Interfaces:
SubEvent
SubData Network Login Event
-
Constructor Summary
ConstructorDescriptionSubNetworkLoginEvent
(DataServer network, DataClient client) SubData Network Login Event -
Method Summary
Modifier and TypeMethodDescriptionGet the connecting clientGet the network the client is connected to
-
Constructor Details
-
SubNetworkLoginEvent
SubData Network Login Event
-
-
Method Details
-
getNetwork
Get the network the client is connected to- Returns:
- SubData Network
-
getClient
Get the connecting client- Returns:
- Client
-