Uses of Class
net.minecraft.client.server.IntegratedServer
Packages that use IntegratedServer
Package
Description
-
Uses of IntegratedServer in net.minecraft.client
Fields in net.minecraft.client declared as IntegratedServerMethods in net.minecraft.client that return IntegratedServer -
Uses of IntegratedServer in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type IntegratedServerModifier and TypeMethodDescriptionprivate voidMultiplayerOptionsScreen.changeMultiplayerScope(IntegratedServer singleplayerServer) private voidMultiplayerOptionsScreen.publish(IntegratedServer singleplayerServer, MinecraftServer.MultiplayerScope scope) -
Uses of IntegratedServer in net.minecraft.client.gui.screens.options
Methods in net.minecraft.client.gui.screens.options with parameters of type IntegratedServerModifier and TypeMethodDescriptionprivate CycleButton<Boolean> WorldOptionsScreen.createAllowCommandsButton(IntegratedServer singleplayerServer) private CycleButton<GameType> WorldOptionsScreen.createGameModeButton(IntegratedServer singleplayerServer) private ButtonWorldOptionsScreen.createGameRulesButton(@Nullable IntegratedServer singleplayerServer) private voidWorldOptionsScreen.updateButton(@Nullable AbstractWidget widget, @Nullable IntegratedServer singleplayerServer, Tooltip hardcoreTooltip, Tooltip disabledTooltip) -
Uses of IntegratedServer in net.minecraft.client.renderer.debug
Constructors in net.minecraft.client.renderer.debug with parameters of type IntegratedServerModifierConstructorDescriptionprivateChunkData(IntegratedServer server, double camX, double camZ) -
Uses of IntegratedServer in net.minecraft.client.server
Methods in net.minecraft.client.server that return IntegratedServerConstructors in net.minecraft.client.server with parameters of type IntegratedServerModifierConstructorDescriptionIntegratedPlayerList(IntegratedServer server, LayeredRegistryAccess<RegistryLayer> registryHolder, PlayerDataStorage playerDataStorage)