Uses of Class
net.minecraft.world.level.GameRules
Package
Description
-
Uses of GameRules in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate final GameRules
EditGameRulesScreen.gameRules
private GameRules
WorldCreationUiState.gameRules
ModifierConstructorDescriptionEditGameRulesScreen
(GameRules p_101051_, Consumer<Optional<GameRules>> p_101052_) ModifierConstructorDescriptionEditGameRulesScreen
(GameRules p_101051_, Consumer<Optional<GameRules>> p_101052_) -
Uses of GameRules in net.minecraft.client.multiplayer
-
Uses of GameRules in net.minecraft.gametest.framework
-
Uses of GameRules in net.minecraft.server
-
Uses of GameRules in net.minecraft.world.level
Modifier and TypeMethodDescriptionGameRules.copy()
LevelSettings.gameRules()
Level.getGameRules()
Modifier and TypeMethodDescriptionprivate <T extends GameRules.Value<T>>
voidGameRules.assignCap
(GameRules.Key<T> p_46173_, GameRules p_46174_, MinecraftServer p_46175_) void
GameRules.assignFrom
(GameRules p_46177_, MinecraftServer p_46178_) ModifierConstructorDescriptionLevelSettings
(String p_250485_, GameType p_250207_, boolean p_251631_, Difficulty p_252122_, boolean p_248961_, GameRules p_248536_, WorldDataConfiguration p_249797_) LevelSettings
(String p_250485_, GameType p_250207_, boolean p_251631_, Difficulty p_252122_, boolean p_248961_, GameRules p_248536_, WorldDataConfiguration p_249797_, com.mojang.serialization.Lifecycle lifecycle) -
Uses of GameRules in net.minecraft.world.level.storage
Modifier and TypeMethodDescriptionDerivedLevelData.getGameRules()
LevelData.getGameRules()
PrimaryLevelData.getGameRules()
WorldData.getGameRules()