Uses of Class
net.minecraft.world.GameRules
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.client.gui.screen.world | |
| net.minecraft.client.world | |
| net.minecraft.server | |
| net.minecraft.world | |
| net.minecraft.world.level |
-
Uses of GameRules in net.minecraft
Fields in net.minecraft declared as GameRules Modifier and Type Field Description private static GameRulesclass_6306. field_33160 -
Uses of GameRules in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GameRules Modifier and Type Field Description private GameRulesCreateWorldScreen. gameRulesprivate GameRulesEditGameRulesScreen. gameRulesFields in net.minecraft.client.gui.screen.world with type parameters of type GameRules Modifier and Type Field Description private Consumer<Optional<GameRules>>EditGameRulesScreen. ruleSaverConstructors in net.minecraft.client.gui.screen.world with parameters of type GameRules Constructor Description EditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> ruleSaveConsumer)RuleListWidget(GameRules gameRules)Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type GameRules Constructor Description EditGameRulesScreen(GameRules gameRules, Consumer<Optional<GameRules>> ruleSaveConsumer) -
Uses of GameRules in net.minecraft.client.world
Fields in net.minecraft.client.world declared as GameRules Modifier and Type Field Description private GameRulesClientWorld.Properties. gameRulesMethods in net.minecraft.client.world that return GameRules Modifier and Type Method Description GameRulesClientWorld.Properties. 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
Methods in net.minecraft.world that return GameRules Modifier and Type Method Description GameRulesGameRules. copy()GameRulesSaveProperties. getGameRules()GameRulesWorld. getGameRules()GameRulesWorldProperties. getGameRules()Methods in net.minecraft.world with parameters of type GameRules Modifier and Type Method Description voidGameRules. setAllValues(GameRules rules, @Nullable MinecraftServer server)private <T extends GameRules.Rule<T>>
voidGameRules. setValue(GameRules.Key<T> key, GameRules rules, @Nullable MinecraftServer server) -
Uses of GameRules in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GameRules Modifier and Type Field Description private GameRulesLevelInfo. gameRulesMethods in net.minecraft.world.level that return GameRules Modifier and Type Method Description GameRulesLevelInfo. getGameRules()GameRulesLevelProperties. getGameRules()GameRulesUnmodifiableLevelProperties. getGameRules()Constructors in net.minecraft.world.level with parameters of type GameRules Constructor Description LevelInfo(String name, GameMode gameMode, boolean hardcore, Difficulty difficulty, boolean allowCommands, GameRules gameRules, DataPackSettings dataPackSettings)