Uses of Class
net.minecraft.world.GameRules
Packages that use GameRules
Package
Description
-
Uses of GameRules in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameRulesModifier and TypeFieldDescriptionprivate GameRules
CreateWorldScreen.gameRules
private final GameRules
EditGamerulesScreen.gameRules
Fields in net.minecraft.client.gui.screen with type parameters of type GameRulesConstructors in net.minecraft.client.gui.screen with parameters of type GameRulesModifierConstructorDescriptionEditGamerulesScreen
(GameRules p_i232310_1_, Consumer<Optional<GameRules>> p_i232310_2_) GamerulesList
(GameRules p_i232316_2_) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type GameRulesModifierConstructorDescriptionEditGamerulesScreen
(GameRules p_i232310_1_, Consumer<Optional<GameRules>> p_i232310_2_) -
Uses of GameRules in net.minecraft.client.world
Fields in net.minecraft.client.world declared as GameRulesMethods in net.minecraft.client.world that return GameRules -
Uses of GameRules in net.minecraft.server
Methods in net.minecraft.server that return GameRules -
Uses of GameRules in net.minecraft.world
Fields in net.minecraft.world declared as GameRulesMethods in net.minecraft.world that return GameRulesModifier and TypeMethodDescriptionGameRules.copy()
WorldSettings.gameRules()
World.getGameRules()
Methods in net.minecraft.world with parameters of type GameRulesModifier and TypeMethodDescriptionprivate <T extends GameRules.RuleValue<T>>
voidGameRules.assignCap
(GameRules.RuleKey<T> p_234898_1_, GameRules p_234898_2_, MinecraftServer p_234898_3_) void
GameRules.assignFrom
(GameRules p_234899_1_, MinecraftServer p_234899_2_) Constructors in net.minecraft.world with parameters of type GameRulesModifierConstructorDescriptionWorldSettings
(String p_i231620_1_, GameType p_i231620_2_, boolean p_i231620_3_, Difficulty p_i231620_4_, boolean p_i231620_5_, GameRules p_i231620_6_, DatapackCodec p_i231620_7_) -
Uses of GameRules in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return GameRulesModifier and TypeMethodDescriptionDerivedWorldInfo.getGameRules()
IServerConfiguration.getGameRules()
IWorldInfo.getGameRules()
ServerWorldInfo.getGameRules()