Uses of Enum Class
net.minecraft.server.MinecraftServer.MultiplayerScope
Packages that use MinecraftServer.MultiplayerScope
Package
Description
-
Uses of MinecraftServer.MultiplayerScope in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as MinecraftServer.MultiplayerScopeModifier and TypeFieldDescriptionprivate MinecraftServer.MultiplayerScopeMultiplayerOptionsScreen.initialMultiplayerScopeprivate MinecraftServer.MultiplayerScopeMultiplayerOptionsScreen.wantedMultiplayerScopeMethods in net.minecraft.client.gui.screens with parameters of type MinecraftServer.MultiplayerScopeModifier and TypeMethodDescriptionprivate voidMultiplayerOptionsScreen.publish(IntegratedServer singleplayerServer, MinecraftServer.MultiplayerScope scope) -
Uses of MinecraftServer.MultiplayerScope in net.minecraft.client.server
Fields in net.minecraft.client.server declared as MinecraftServer.MultiplayerScopeModifier and TypeFieldDescriptionprivate MinecraftServer.MultiplayerScopeIntegratedServer.multiplayerScopeMethods in net.minecraft.client.server that return MinecraftServer.MultiplayerScopeMethods in net.minecraft.client.server with parameters of type MinecraftServer.MultiplayerScopeModifier and TypeMethodDescriptionbooleanIntegratedServer.publishServer(MinecraftServer.MultiplayerScope scope, int port) booleanIntegratedServer.publishServer(MinecraftServer.MultiplayerScope scope, @Nullable GameType gameMode, boolean allowCommands, int port) private voidIntegratedServer.setMultiplayerScope(MinecraftServer.MultiplayerScope multiplayerScope) -
Uses of MinecraftServer.MultiplayerScope in net.minecraft.server
Subclasses with type arguments of type MinecraftServer.MultiplayerScope in net.minecraft.serverMethods in net.minecraft.server that return MinecraftServer.MultiplayerScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MinecraftServer.MultiplayerScope[]MinecraftServer.MultiplayerScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server with parameters of type MinecraftServer.MultiplayerScopeModifier and TypeMethodDescriptionbooleanMinecraftServer.publishServer(MinecraftServer.MultiplayerScope scope, @Nullable GameType gameMode, boolean allowCommands, int port)