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.RuleKey.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 with parameters of type GameRules.CategoryModifier 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_) Constructors in net.minecraft.world with parameters of type GameRules.Category