Uses of Enum Class
net.minecraft.world.GameRules.Category
-
Uses of GameRules.Category in net.minecraft.world
Modifier and TypeMethodDescriptionGameRules.Key.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 TypeMethodDescriptionprivate static <T extends GameRules.Rule<T>>
GameRules.Key<T>GameRules.register
(String name, GameRules.Category category, GameRules.Type<T> type)