Uses of Enum Class
net.ME1312.SubServers.Bungee.Host.SubServer.StopAction
Packages that use SubServer.StopAction
Package
Description
-
Uses of SubServer.StopAction in net.ME1312.SubServers.Bungee.Host
Methods in net.ME1312.SubServers.Bungee.Host that return SubServer.StopActionModifier and TypeMethodDescriptionSubServer.getStopAction()Get the action the Server will take when it stopsabstract SubServer.StopActionSubServerController.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.Bungee.Host with parameters of type SubServer.StopActionModifier and TypeMethodDescriptionvoidSubServer.setStopAction(SubServer.StopAction action) Set the action the Server will take when it stopsabstract voidSubServerController.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
Methods in net.ME1312.SubServers.Bungee.Host.External that return SubServer.StopActionMethods in net.ME1312.SubServers.Bungee.Host.External with parameters of type SubServer.StopActionModifier and TypeMethodDescriptionvoidExternalSubServer.setStopAction(SubServer.StopAction action) -
Uses of SubServer.StopAction in net.ME1312.SubServers.Bungee.Host.Internal
Methods in net.ME1312.SubServers.Bungee.Host.Internal that return SubServer.StopActionMethods in net.ME1312.SubServers.Bungee.Host.Internal with parameters of type SubServer.StopActionModifier and TypeMethodDescriptionvoidInternalSubServer.setStopAction(SubServer.StopAction action)