Uses of Class
net.ME1312.SubServers.Bungee.Library.Exception.InvalidServerException
Packages that use InvalidServerException
Package
Description
-
Uses of InvalidServerException in net.ME1312.SubServers.Bungee.Host
Methods in net.ME1312.SubServers.Bungee.Host that throw InvalidServerExceptionModifier and TypeMethodDescriptionHost.addSubServer(String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Adds a SubServerHost.addSubServer(UUID player, String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Adds a SubServerabstract booleanHost.addSubServer(UUID player, SubServer server) Adds a SubServerbooleanHost.addSubServer(SubServer server) Adds a SubServerstatic ServerImplServerImpl.construct(String name, SocketAddress address, String motd, boolean hidden, boolean restricted) Construct a new Server data typeabstract SubServerHost.constructSubServer(String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Constructs a SubServer (but doesn't add it to the server manager)Constructors in net.ME1312.SubServers.Bungee.Host that throw InvalidServerExceptionModifierConstructorDescriptionprotectedServerImpl(String name, InetSocketAddress address, String motd, boolean hidden, boolean restricted) Super Method 1 (oldest)protectedServerImpl(String name, SocketAddress address, String motd, boolean hidden, boolean restricted) Super Method 2 (newest)SubServerController(Host host, String name, int port, String motd, boolean hidden, boolean restricted) Creates a SubServerprotectedSubServerImpl(Host host, String name, int port, String motd, boolean hidden, boolean restricted) Creates a SubServerprotectedSubServerImpl(Host host, String name, Integer port, String motd, boolean hidden, boolean restricted) Creates a SubServer -
Uses of InvalidServerException in net.ME1312.SubServers.Bungee.Host.External
Methods in net.ME1312.SubServers.Bungee.Host.External that throw InvalidServerExceptionModifier and TypeMethodDescriptionbooleanExternalHost.addSubServer(UUID player, SubServer server) static ExternalSubServerExternalSubServer.construct(ExternalHost host, String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Creates an External SubServerExternalHost.constructSubServer(String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Constructors in net.ME1312.SubServers.Bungee.Host.External that throw InvalidServerExceptionModifierConstructorDescriptionprotectedExternalSubServer(ExternalHost host, String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Super Method 2 (newest)protectedExternalSubServer(ExternalHost host, String name, boolean enabled, Integer port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Super Method 1 (oldest) -
Uses of InvalidServerException in net.ME1312.SubServers.Bungee.Host.Internal
Methods in net.ME1312.SubServers.Bungee.Host.Internal that throw InvalidServerExceptionModifier and TypeMethodDescriptionbooleanInternalHost.addSubServer(UUID player, SubServer server) static InternalSubServerInternalSubServer.construct(InternalHost host, String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Creates an Internal SubServerInternalHost.constructSubServer(String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Constructors in net.ME1312.SubServers.Bungee.Host.Internal that throw InvalidServerExceptionModifierConstructorDescriptionprotectedInternalSubServer(InternalHost host, String name, boolean enabled, int port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Super Method 2 (newest)protectedInternalSubServer(InternalHost host, String name, boolean enabled, Integer port, String motd, boolean log, String directory, String executable, String stopcmd, boolean hidden, boolean restricted) Super Method 1 (oldest)