Uses of Class
net.minecraft.world.rule.GameRules
Packages that use GameRules
Package
Description
-
Uses of GameRules in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GameRulesModifier and TypeFieldDescription(package private) final GameRulesEditGameRulesScreen.gameRulesprivate GameRulesWorldCreator.gameRulesFields in net.minecraft.client.gui.screen.world with type parameters of type GameRulesMethods in net.minecraft.client.gui.screen.world that return GameRulesMethods in net.minecraft.client.gui.screen.world with parameters of type GameRulesConstructors in net.minecraft.client.gui.screen.world with parameters of type GameRulesModifierConstructorDescriptionEditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> ruleSaveConsumer) RuleListWidget(GameRules gameRules) Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type GameRulesModifierConstructorDescriptionEditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> ruleSaveConsumer) -
Uses of GameRules in net.minecraft.server.dedicated.management.handler
Fields in net.minecraft.server.dedicated.management.handler declared as GameRules -
Uses of GameRules in net.minecraft.server.world
Methods in net.minecraft.server.world that return GameRules -
Uses of GameRules in net.minecraft.world
Methods in net.minecraft.world that return GameRules -
Uses of GameRules in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GameRulesMethods in net.minecraft.world.level that return GameRulesModifier and TypeMethodDescriptionLevelInfo.getGameRules()LevelProperties.getGameRules()ServerWorldProperties.getGameRules()UnmodifiableLevelProperties.getGameRules()Constructors in net.minecraft.world.level with parameters of type GameRulesModifierConstructorDescriptionLevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataConfiguration dataConfiguration) -
Uses of GameRules in net.minecraft.world.rule
Methods in net.minecraft.world.rule that return GameRulesMethods in net.minecraft.world.rule that return types with arguments of type GameRulesModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<GameRules> GameRules.createCodec(FeatureSet featureSet) Methods in net.minecraft.world.rule with parameters of type GameRulesModifier and TypeMethodDescriptionvoidGameRules.updateValues(GameRules rules, @Nullable MinecraftServer server)