Uses of Enum Class
net.minecraft.world.GameRules.Category
-
Uses of GameRules.Category in net.minecraft.world
Modifier and TypeMethodDescriptionGameRules.RuleKey.getCategory()
static GameRules.Category
Returns the enum constant of this class with the specified name.static GameRules.Category[]
GameRules.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T extends GameRules.RuleValue<T>>
GameRules.RuleKey<T>GameRules.register
(String p_234903_0_, GameRules.Category p_234903_1_, GameRules.RuleType<T> p_234903_2_)