Uses of Class
net.minecraft.world.level.gamerules.GameRules
Packages that use GameRules
Package
Description
-
Uses of GameRules in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as GameRulesModifier and TypeFieldDescriptionfinal GameRulesEditGameRulesScreen.gameRulesprivate GameRulesWorldCreationUiState.gameRulesFields in net.minecraft.client.gui.screens.worldselection with type parameters of type GameRulesMethods in net.minecraft.client.gui.screens.worldselection that return GameRulesMethods in net.minecraft.client.gui.screens.worldselection with parameters of type GameRulesConstructors in net.minecraft.client.gui.screens.worldselection with parameters of type GameRulesModifierConstructorDescriptionEditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> exitCallback) Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type GameRulesModifierConstructorDescriptionEditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> exitCallback) -
Uses of GameRules in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework declared as GameRules -
Uses of GameRules in net.minecraft.server.jsonrpc.internalapi
Fields in net.minecraft.server.jsonrpc.internalapi declared as GameRules -
Uses of GameRules in net.minecraft.server.level
Methods in net.minecraft.server.level 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 GameRulesConstructors in net.minecraft.world.level with parameters of type GameRulesModifierConstructorDescriptionLevelSettings(String levelName, GameType gameType, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, WorldDataConfiguration dataConfiguration) LevelSettings(String levelName, GameType gameType, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, WorldDataConfiguration dataConfiguration, com.mojang.serialization.Lifecycle lifecycle) -
Uses of GameRules in net.minecraft.world.level.gamerules
Methods in net.minecraft.world.level.gamerules that return GameRulesMethods in net.minecraft.world.level.gamerules that return types with arguments of type GameRulesModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<GameRules> GameRules.codec(FeatureFlagSet enabledFeatures) Methods in net.minecraft.world.level.gamerules with parameters of type GameRulesModifier and TypeMethodDescriptionvoidGameRules.setAll(GameRules gameRules, @Nullable MinecraftServer server) -
Uses of GameRules in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return GameRulesModifier and TypeMethodDescriptionDerivedLevelData.getGameRules()PrimaryLevelData.getGameRules()ServerLevelData.getGameRules()WorldData.getGameRules() -
Uses of GameRules in net.neoforged.neoforge.event.level
Methods in net.neoforged.neoforge.event.level that return GameRules