Uses of Class
net.minecraft.world.level.GameRules.Value
Packages that use GameRules.Value
Package
Description
-
Uses of GameRules.Value in net.minecraft.client.gui.screens.worldselection
Classes in net.minecraft.client.gui.screens.worldselection with type parameters of type GameRules.ValueModifier and TypeInterfaceDescription(package private) static interface
EditGameRulesScreen.EntryFactory<T extends GameRules.Value<T>>
-
Uses of GameRules.Value in net.minecraft.server.commands
Methods in net.minecraft.server.commands with type parameters of type GameRules.ValueModifier and TypeMethodDescription(package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.queryRule
(CommandSourceStack pSource, GameRules.Key<T> pGameRule) (package private) static <T extends GameRules.Value<T>>
intGameRuleCommand.setRule
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_137755_, GameRules.Key<T> p_137756_) -
Uses of GameRules.Value in net.minecraft.world.level
Classes in net.minecraft.world.level with type parameters of type GameRules.ValueModifier and TypeClassDescriptionstatic final class
GameRules.Key<T extends GameRules.Value<T>>
static class
GameRules.Type<T extends GameRules.Value<T>>
static class
GameRules.Value<T extends GameRules.Value<T>>
(package private) static interface
GameRules.VisitorCaller<T extends GameRules.Value<T>>
Subclasses of GameRules.Value in net.minecraft.world.levelModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.world.level with type parameters of type GameRules.ValueModifier and TypeFieldDescriptionprivate final Map
<GameRules.Key<?>, GameRules.Value<?>> GameRules.rules
Methods in net.minecraft.world.level with type parameters of type GameRules.ValueModifier and TypeMethodDescriptionprivate <T extends GameRules.Value<T>>
voidGameRules.assignCap
(GameRules.Key<T> pKey, GameRules pRules, MinecraftServer pServer) private static <T extends GameRules.Value<T>>
voidGameRules.callVisitorCap
(GameRules.GameRuleTypeVisitor pVisitor, GameRules.Key<?> pKey, GameRules.Type<?> pType) <T extends GameRules.Value<T>>
TGameRules.getRule
(GameRules.Key<T> pKey) static <T extends GameRules.Value<T>>
GameRules.Key<T> GameRules.register
(String pName, GameRules.Category pCategory, GameRules.Type<T> pType) default <T extends GameRules.Value<T>>
voidGameRules.GameRuleTypeVisitor.visit
(GameRules.Key<T> pKey, GameRules.Type<T> pType) Constructor parameters in net.minecraft.world.level with type arguments of type GameRules.Value