Uses of Class
net.minecraft.world.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.CategoryGameRules.Key. categoryMethods in net.minecraft.world that return GameRules.Category Modifier and Type Method Description GameRules.CategoryGameRules.Key. getCategory()static GameRules.CategoryGameRules.Category. valueOf(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 private 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 Constructor Description Key(String name, GameRules.Category category)