Uses of Enum Class
net.minecraft.world.GameRules.Category
Packages that use GameRules.Category
-
Uses of GameRules.Category in net.minecraft.world
Fields in net.minecraft.world declared as GameRules.CategoryMethods in net.minecraft.world that return GameRules.CategoryModifier 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.Methods in net.minecraft.world with parameters of type GameRules.CategoryModifier and TypeMethodDescriptionprivate static <T extends GameRules.Rule<T>>
GameRules.Key<T>GameRules.register
(String name, GameRules.Category category, GameRules.Type<T> type) Constructors in net.minecraft.world with parameters of type GameRules.Category