Uses of Class
net.minecraft.world.GameRules.Category
-
Packages that use GameRules.Category Package Description net.minecraft.world -
-
Uses of GameRules.Category in net.minecraft.world
Fields in net.minecraft.world declared as GameRules.Category Modifier and Type Field Description private GameRules.Category
GameRules.RuleKey. category
Methods in net.minecraft.world that return GameRules.Category Modifier and Type Method Description GameRules.Category
GameRules.RuleKey. getCategory()
static GameRules.Category
GameRules.Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GameRules.Category[]
GameRules.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world with parameters of type GameRules.Category Modifier and Type Method Description static <T extends GameRules.RuleValue<T>>
GameRules.RuleKey<T>GameRules. register(java.lang.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 Constructor Description RuleKey(java.lang.String p_i231614_1_, GameRules.Category p_i231614_2_)
-