Uses of Enum Class
net.ME1312.SubServers.Client.Common.Network.API.SubServer.StopAction
Packages that use SubServer.StopAction
-
Uses of SubServer.StopAction in net.ME1312.SubServers.Client.Common.Network.API
Methods in net.ME1312.SubServers.Client.Common.Network.API that return SubServer.StopActionModifier and TypeMethodDescriptionSubServer.getStopAction()Get the action the Server will take when it stopsstatic SubServer.StopActionReturns 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.Methods in net.ME1312.SubServers.Client.Common.Network.API with parameters of type SubServer.StopActionModifier and TypeMethodDescriptionvoidSubServer.setStopAction(SubServer.StopAction action) Set the action the Server will take when it stopsvoidSubServer.setStopAction(SubServer.StopAction action, Consumer<Boolean> response) Set the action the Server will take when it stops