Uses of Class
net.minecraft.world.level.GameRules
Package
Description
-
Uses of GameRules in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate GameRules
CreateWorldScreen.gameRules
private GameRules
EditGameRulesScreen.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_46910_, GameType p_46911_, boolean p_46912_, Difficulty p_46913_, boolean p_46914_, GameRules p_46915_, DataPackConfig p_46916_)
-
Uses of GameRules in net.minecraft.world.level.storage
Modifier and TypeMethodDescriptionDerivedLevelData.getGameRules()
LevelData.getGameRules()
PrimaryLevelData.getGameRules()
WorldData.getGameRules()