Uses of Class
net.ME1312.SubServers.Bungee.Host.Internal.InternalHost
Packages that use InternalHost
-
Uses of InternalHost in net.ME1312.SubServers.Bungee.Host.Internal
Methods in net.ME1312.SubServers.Bungee.Host.Internal with parameters of type InternalHostModifier and TypeMethodDescriptionstatic 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 SubServerConstructors in net.ME1312.SubServers.Bungee.Host.Internal with parameters of type InternalHostModifierConstructorDescriptionInternalSubCreator(InternalHost host, com.google.common.collect.Range<Integer> ports, boolean log, String gitBash) Creates an Internal SubCreatorprotectedInternalSubServer(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)