Uses of Class
net.minecraft.world.GameRules
-
Packages that use GameRules Package Description net.minecraft.client.gui.screen net.minecraft.client.world net.minecraft.server net.minecraft.world net.minecraft.world.storage -
-
Uses of GameRules in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameRules Modifier and Type Field Description private GameRulesCreateWorldScreen. gameRulesprivate GameRulesEditGamerulesScreen. gameRulesFields in net.minecraft.client.gui.screen with type parameters of type GameRules Modifier and Type Field Description private java.util.function.Consumer<java.util.Optional<GameRules>>EditGamerulesScreen. exitCallbackConstructors in net.minecraft.client.gui.screen with parameters of type GameRules Constructor Description EditGamerulesScreen(GameRules p_i232310_1_, java.util.function.Consumer<java.util.Optional<GameRules>> p_i232310_2_)GamerulesList(GameRules p_i232316_2_)Constructor parameters in net.minecraft.client.gui.screen with type arguments of type GameRules Constructor Description EditGamerulesScreen(GameRules p_i232310_1_, java.util.function.Consumer<java.util.Optional<GameRules>> p_i232310_2_) -
Uses of GameRules in net.minecraft.client.world
Fields in net.minecraft.client.world declared as GameRules Modifier and Type Field Description private GameRulesClientWorld.ClientWorldInfo. gameRulesMethods in net.minecraft.client.world that return GameRules Modifier and Type Method Description GameRulesClientWorld.ClientWorldInfo. getGameRules() -
Uses of GameRules in net.minecraft.server
Methods in net.minecraft.server that return GameRules Modifier and Type Method Description GameRulesMinecraftServer. getGameRules() -
Uses of GameRules in net.minecraft.world
Fields in net.minecraft.world declared as GameRules Modifier and Type Field Description private GameRulesWorldSettings. gameRulesMethods in net.minecraft.world that return GameRules Modifier and Type Method Description GameRulesGameRules. copy()GameRulesWorldSettings. gameRules()GameRulesWorld. getGameRules()Methods in net.minecraft.world with parameters of type GameRules Modifier and Type Method Description private <T extends GameRules.RuleValue<T>>
voidGameRules. assignCap(GameRules.RuleKey<T> p_234898_1_, GameRules p_234898_2_, MinecraftServer p_234898_3_)voidGameRules. assignFrom(GameRules p_234899_1_, MinecraftServer p_234899_2_)Constructors in net.minecraft.world with parameters of type GameRules Constructor Description WorldSettings(java.lang.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 GameRules Modifier and Type Method Description GameRulesDerivedWorldInfo. getGameRules()GameRulesIServerConfiguration. getGameRules()GameRulesIWorldInfo. getGameRules()GameRulesServerWorldInfo. getGameRules()
-