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 GameRules
CreateWorldScreen. gameRules
private GameRules
EditGamerulesScreen. gameRules
Fields 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. exitCallback
Constructors 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 GameRules
ClientWorld.ClientWorldInfo. gameRules
Methods in net.minecraft.client.world that return GameRules Modifier and Type Method Description GameRules
ClientWorld.ClientWorldInfo. getGameRules()
-
Uses of GameRules in net.minecraft.server
Methods in net.minecraft.server that return GameRules Modifier and Type Method Description GameRules
MinecraftServer. getGameRules()
-
Uses of GameRules in net.minecraft.world
Fields in net.minecraft.world declared as GameRules Modifier and Type Field Description private GameRules
WorldSettings. gameRules
Methods in net.minecraft.world that return GameRules Modifier and Type Method Description GameRules
GameRules. copy()
GameRules
WorldSettings. gameRules()
GameRules
World. 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_)
void
GameRules. 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 GameRules
DerivedWorldInfo. getGameRules()
GameRules
IServerConfiguration. getGameRules()
GameRules
IWorldInfo. getGameRules()
GameRules
ServerWorldInfo. getGameRules()
-