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 interfaceEditGameRulesScreen.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 p_137758_, GameRules.Key<T> p_137759_) (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 classGameRules.Key<T extends GameRules.Value<T>>static classGameRules.Type<T extends GameRules.Value<T>>static classGameRules.Value<T extends GameRules.Value<T>>(package private) static interfaceGameRules.VisitorCaller<T extends GameRules.Value<T>>Subclasses of GameRules.Value in net.minecraft.world.levelModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.world.level with type parameters of type GameRules.ValueModifier and TypeFieldDescriptionprivate final Map<GameRules.Key<?>, GameRules.Value<?>> GameRules.rulesMethods in net.minecraft.world.level with type parameters of type GameRules.ValueModifier and TypeMethodDescriptionprivate <T extends GameRules.Value<T>>
voidGameRules.assignCap(GameRules.Key<T> p_46173_, GameRules p_46174_, MinecraftServer p_46175_) private static <T extends GameRules.Value<T>>
voidGameRules.callVisitorCap(GameRules.GameRuleTypeVisitor p_46167_, GameRules.Key<?> p_46168_, GameRules.Type<?> p_46169_) <T extends GameRules.Value<T>>
TGameRules.getRule(GameRules.Key<T> p_46171_) static <T extends GameRules.Value<T>>
GameRules.Key<T> GameRules.register(String p_46190_, GameRules.Category p_46191_, GameRules.Type<T> p_46192_) default <T extends GameRules.Value<T>>
voidGameRules.GameRuleTypeVisitor.visit(GameRules.Key<T> p_46278_, GameRules.Type<T> p_46279_) Constructor parameters in net.minecraft.world.level with type arguments of type GameRules.ValueModifierConstructorDescriptionprivateGameRules(Map<GameRules.Key<?>, GameRules.Value<?>> p_46162_)