Uses of Enum Class
net.minecraft.world.GameRuleManager.VariableType
Packages that use GameRuleManager.VariableType
-
Uses of GameRuleManager.VariableType in net.minecraft.world
Fields in net.minecraft.world declared as GameRuleManager.VariableTypeModifier and TypeFieldDescriptionprivate final GameRuleManager.VariableTypeGameRuleManager.Value.typeMethods in net.minecraft.world that return GameRuleManager.VariableTypeModifier and TypeMethodDescriptionGameRuleManager.Value.getVariableType()static GameRuleManager.VariableTypeReturns the enum constant of this class with the specified name.static GameRuleManager.VariableType[]GameRuleManager.VariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type GameRuleManager.VariableTypeModifier and TypeMethodDescriptionvoidGameRuleManager.addGameRule(String name, String defaultValue, GameRuleManager.VariableType variableType) booleanGameRuleManager.method_8474(String string, GameRuleManager.VariableType variableType) Constructors in net.minecraft.world with parameters of type GameRuleManager.VariableType