Uses of Enum Class
net.minecraft.world.GameMode
Packages that use GameMode
Package
Description
-
Uses of GameMode in net.minecraft.client
Fields in net.minecraft.client declared as GameModeModifier and TypeFieldDescriptionprivate final GameMode
QuickPlayLogger.Log.gameMode
The field for thegameMode
record component.Methods in net.minecraft.client that return GameModeModifier and TypeMethodDescriptionQuickPlayLogger.Log.gameMode()
Returns the value of thegameMode
record component.Constructors in net.minecraft.client with parameters of type GameModeModifierConstructorDescription(package private)
Log
(QuickPlayLogger.QuickPlayWorld quickPlayWorld, Instant instant, GameMode gameMode) -
Uses of GameMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameModeMethods in net.minecraft.client.gui.screen that return GameModeMethods in net.minecraft.client.gui.screen with parameters of type GameModeModifier and TypeMethodDescription(package private) static GameModeSelectionScreen.GameModeSelection
-
Uses of GameMode in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GameModeConstructors in net.minecraft.client.gui.screen.world with parameters of type GameMode -
Uses of GameMode in net.minecraft.client.network
Fields in net.minecraft.client.network declared as GameModeModifier and TypeFieldDescriptionprivate GameMode
ClientPlayerInteractionManager.gameMode
private GameMode
PlayerListEntry.gameMode
ClientPlayerInteractionManager.previousGameMode
Methods in net.minecraft.client.network that return GameModeModifier and TypeMethodDescriptionClientPlayerInteractionManager.getCurrentGameMode()
PlayerListEntry.getGameMode()
ClientPlayerInteractionManager.getPreviousGameMode()
Methods in net.minecraft.client.network with parameters of type GameModeModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.onGameModeChanged
(GameMode gameMode) void
ClientPlayerInteractionManager.setGameMode
(GameMode gameMode) protected void
PlayerListEntry.setGameMode
(GameMode gameMode) void
ClientPlayerInteractionManager.setGameModes
(GameMode gameMode, @Nullable GameMode previousGameMode) -
Uses of GameMode in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as GameModeFields in net.minecraft.client.realms.gui.screen with type parameters of type GameMode -
Uses of GameMode in net.minecraft.client.session.telemetry
Methods in net.minecraft.client.session.telemetry with parameters of type GameModeModifier and TypeMethodDescriptionvoid
WorldLoadedEvent.setGameMode
(GameMode gameMode, boolean hardcore) void
WorldSession.setGameMode
(GameMode gameMode, boolean hardcore) -
Uses of GameMode in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as GameModeMethods in net.minecraft.command.argument that return GameModeModifier and TypeMethodDescriptionstatic GameMode
GameModeArgumentType.getGameMode
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) GameModeArgumentType.parse
(com.mojang.brigadier.StringReader stringReader) -
Uses of GameMode in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type GameModeModifier and TypeMethodDescriptionboolean
PlayerEntity.isBlockBreakingRestricted
(World world, BlockPos pos, GameMode gameMode) -
Uses of GameMode in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as GameModeModifier and TypeFieldDescriptionprivate final GameMode
CommonPlayerSpawnInfo.gameMode
The field for thegameMode
record component.private final GameMode
PlayerListS2CPacket.Entry.gameMode
The field for thegameMode
record component.(package private) GameMode
PlayerListS2CPacket.Serialized.gameMode
CommonPlayerSpawnInfo.prevGameMode
The field for theprevGameMode
record component.Methods in net.minecraft.network.packet.s2c.play that return GameModeModifier and TypeMethodDescriptionCommonPlayerSpawnInfo.gameMode()
Returns the value of thegameMode
record component.PlayerListS2CPacket.Entry.gameMode()
Returns the value of thegameMode
record component.CommonPlayerSpawnInfo.prevGameMode()
Returns the value of theprevGameMode
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type GameModeModifierConstructorDescriptionCommonPlayerSpawnInfo
(RegistryKey<DimensionType> registryKey, RegistryKey<World> registryKey2, long long2, GameMode gameMode, @Nullable GameMode gameMode2, boolean bool, boolean bool2, Optional<GlobalPos> optional, int int2) Entry
(UUID uUID, @Nullable com.mojang.authlib.GameProfile gameProfile, boolean bool, int int2, GameMode gameMode, @Nullable Text text, PublicPlayerSession.Serialized serialized) -
Uses of GameMode in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type GameModeModifier and TypeFieldDescriptionPlayerPredicate.Builder.gameMode
PlayerPredicate.gameMode
The field for thegameMode
record component.Methods in net.minecraft.predicate.entity that return types with arguments of type GameModeModifier and TypeMethodDescriptionPlayerPredicate.gameMode()
Returns the value of thegameMode
record component.Methods in net.minecraft.predicate.entity with parameters of type GameModeModifier and TypeMethodDescriptionConstructor parameters in net.minecraft.predicate.entity with type arguments of type GameModeModifierConstructorDescriptionPlayerPredicate
(NumberRange.IntRange experienceLevel, Optional<GameMode> optional, List<PlayerPredicate.StatMatcher<?>> list, Object2BooleanMap<Identifier> recipes, Map<Identifier, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> optional2) -
Uses of GameMode in net.minecraft.server
Methods in net.minecraft.server that return GameModeModifier and TypeMethodDescriptionMinecraftServer.getDefaultGameMode()
MinecraftServer.getForcedGameMode()
Returns the game mode a player should be set to when connecting to the server, ornull
if none is set.Methods in net.minecraft.server with parameters of type GameModeModifier and TypeMethodDescriptionboolean
Opens a server for LAN connections.void
MinecraftServer.setDefaultGameMode
(GameMode gameMode) -
Uses of GameMode in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type GameModeModifier and TypeMethodDescriptionprivate static int
DefaultGameModeCommand.execute
(ServerCommandSource source, GameMode defaultGameMode) private static int
GameModeCommand.execute
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Collection<ServerPlayerEntity> targets, GameMode gameMode) private static int
PublishCommand.execute
(ServerCommandSource source, int port, boolean allowCommands, @Nullable GameMode gameMode) private static void
GameModeCommand.sendFeedback
(ServerCommandSource source, ServerPlayerEntity player, GameMode gameMode) -
Uses of GameMode in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as GameModeMethods in net.minecraft.server.dedicated that return GameModeModifier and TypeMethodDescriptionMinecraftDedicatedServer.getForcedGameMode()
Returns the game mode a player should be set to when connecting to the server, ornull
if none is set. -
Uses of GameMode in net.minecraft.server.integrated
Fields in net.minecraft.server.integrated declared as GameModeMethods in net.minecraft.server.integrated that return GameModeModifier and TypeMethodDescriptionIntegratedServer.getForcedGameMode()
Returns the game mode a player should be set to when connecting to the server, ornull
if none is set.Methods in net.minecraft.server.integrated with parameters of type GameModeModifier and TypeMethodDescriptionboolean
Opens a server for LAN connections.void
IntegratedServer.setDefaultGameMode
(GameMode gameMode) -
Uses of GameMode in net.minecraft.server.network
Fields in net.minecraft.server.network declared as GameModeModifier and TypeFieldDescriptionprivate GameMode
ServerPlayerInteractionManager.gameMode
ServerPlayerInteractionManager.previousGameMode
Methods in net.minecraft.server.network that return GameModeModifier and TypeMethodDescriptionServerPlayerEntity.gameModeFromNbt
(@Nullable NbtCompound nbt, String key) ServerPlayerInteractionManager.getGameMode()
ServerPlayerInteractionManager.getPreviousGameMode()
private GameMode
ServerPlayerEntity.getServerGameMode
(@Nullable GameMode backupGameMode) Returns the server game mode the player should be set to, namely the forced game mode.Methods in net.minecraft.server.network with parameters of type GameModeModifier and TypeMethodDescriptionboolean
ServerPlayerEntity.changeGameMode
(GameMode gameMode) boolean
ServerPlayerInteractionManager.changeGameMode
(GameMode gameMode) Checks if current game mode is different togameMode
, and change it if so.private GameMode
ServerPlayerEntity.getServerGameMode
(@Nullable GameMode backupGameMode) Returns the server game mode the player should be set to, namely the forced game mode.protected void
ServerPlayerInteractionManager.setGameMode
(GameMode gameMode, @Nullable GameMode previousGameMode) -
Uses of GameMode in net.minecraft.world
Fields in net.minecraft.world declared as GameModeFields in net.minecraft.world with type parameters of type GameModeModifier and TypeFieldDescriptionprivate static final IntFunction<GameMode>
GameMode.BY_ID
static final StringIdentifiable.EnumCodec<GameMode>
GameMode.CODEC
Methods in net.minecraft.world that return GameModeModifier and TypeMethodDescriptionstatic GameMode
GameMode.byId
(int id) static GameMode
SaveProperties.getGameMode()
GameMode.getOrNull
(int id) static GameMode
Returns the enum constant of this class with the specified name.static GameMode[]
GameMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type GameMode -
Uses of GameMode in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GameModeMethods in net.minecraft.world.level that return GameModeModifier and TypeMethodDescriptionLevelInfo.getGameMode()
LevelProperties.getGameMode()
ServerWorldProperties.getGameMode()
UnmodifiableLevelProperties.getGameMode()
Methods in net.minecraft.world.level with parameters of type GameModeModifier and TypeMethodDescriptionvoid
LevelProperties.setGameMode
(GameMode gameMode) void
ServerWorldProperties.setGameMode
(GameMode gameMode) void
UnmodifiableLevelProperties.setGameMode
(GameMode gameMode) LevelInfo.withGameMode
(GameMode mode) Constructors in net.minecraft.world.level with parameters of type GameModeModifierConstructorDescriptionLevelInfo
(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataConfiguration dataConfiguration) -
Uses of GameMode in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return GameMode