Uses of Enum Class
net.ME1312.SubServers.Bungee.Host.SubServer.StopAction
Package
Description
-
Uses of SubServer.StopAction in net.ME1312.SubServers.Bungee.Host
Modifier and TypeMethodDescriptionSubServer.getStopAction()
Get the action the Server will take when it stopsabstract SubServer.StopAction
SubServerController.getStopAction()
Get the action the Server will take when it stopsstatic SubServer.StopAction
Returns the enum constant of this class with the specified name.static SubServer.StopAction[]
SubServer.StopAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SubServer.setStopAction
(SubServer.StopAction action) Set the action the Server will take when it stopsabstract void
SubServerController.setStopAction
(SubServer.StopAction action) Set the action the Server will take when it stops -
Uses of SubServer.StopAction in net.ME1312.SubServers.Bungee.Host.External
Modifier and TypeMethodDescriptionvoid
ExternalSubServer.setStopAction
(SubServer.StopAction action) -
Uses of SubServer.StopAction in net.ME1312.SubServers.Bungee.Host.Internal
Modifier and TypeMethodDescriptionvoid
InternalSubServer.setStopAction
(SubServer.StopAction action)