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 TypeMethodDescriptionprotected voidWorldOptionsScreen.applyChanges(@Nullable IntegratedServer singleplayerServer) private voidWorldOptionsScreen.changeMultiplayerScope(IntegratedServer singleplayerServer) private CycleButton<Boolean> WorldOptionsScreen.createAllowCommandsButton(IntegratedServer singleplayerServer) private CycleButton<GameType> WorldOptionsScreen.createGameModeButton(IntegratedServer singleplayerServer, Component buttonName, Tooltip tooltip, GameType defaultValue, Consumer<GameType> gameTypeToChange) private ButtonWorldOptionsScreen.createGameRulesButton(@Nullable IntegratedServer singleplayerServer) private voidWorldOptionsScreen.generalOptions(LinearLayout content, @Nullable IntegratedServer singleplayerServer) private voidWorldOptionsScreen.multiplayerOptions(LinearLayout content, IntegratedServer singleplayerServer) private voidWorldOptionsScreen.publish(IntegratedServer singleplayerServer, MinecraftServer.MultiplayerScope scope) private voidWorldOptionsScreen.updateButton(@Nullable AbstractWidget widget, @Nullable IntegratedServer singleplayerServer, @Nullable Tooltip tooltip, Tooltip disabledTooltip, Tooltip hardcoreTooltip) private voidWorldOptionsScreen.updateForceGameModeButton(IntegratedServer singleplayerServer) private voidWorldOptionsScreen.updateGuestCommandAccessButton(IntegratedServer singleplayerServer) private voidWorldOptionsScreen.updatePermissionDependentButtons(@Nullable IntegratedServer singleplayerServer, boolean allowCommands, boolean affectGameRulesButton) -
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)