Uses of Enum Class
net.minecraft.world.level.GameRules.Category
Packages that use GameRules.Category
-
Uses of GameRules.Category in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GameRules.CategoryMethods in net.minecraft.world.level that return GameRules.CategoryModifier and TypeMethodDescriptionGameRules.Key.getCategory()static GameRules.CategoryReturns 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.level with parameters of type GameRules.CategoryModifier and TypeMethodDescriptionstatic <T extends GameRules.Value<T>>
GameRules.Key<T>GameRules.register(String p_46190_, GameRules.Category p_46191_, GameRules.Type<T> p_46192_)Constructors in net.minecraft.world.level with parameters of type GameRules.Category