Uses of Record Class
net.minecraft.world.level.gamerules.GameRuleCategory
Packages that use GameRuleCategory
-
Uses of GameRuleCategory in net.minecraft.world.level.gamerules
Fields in net.minecraft.world.level.gamerules declared as GameRuleCategoryModifier and TypeFieldDescriptionprivate final GameRuleCategoryGameRule.categorystatic final GameRuleCategoryGameRuleCategory.CHATstatic final GameRuleCategoryGameRuleCategory.DROPSstatic final GameRuleCategoryGameRuleCategory.MISCstatic final GameRuleCategoryGameRuleCategory.MOBSstatic final GameRuleCategoryGameRuleCategory.PLAYERstatic final GameRuleCategoryGameRuleCategory.SPAWNINGstatic final GameRuleCategoryGameRuleCategory.UPDATESFields in net.minecraft.world.level.gamerules with type parameters of type GameRuleCategoryModifier and TypeFieldDescriptionprivate static final List<GameRuleCategory> GameRuleCategory.SORT_ORDERMethods in net.minecraft.world.level.gamerules that return GameRuleCategoryModifier and TypeMethodDescriptionGameRule.category()private static GameRuleCategorystatic GameRuleCategoryGameRuleCategory.register(Identifier pId) Methods in net.minecraft.world.level.gamerules with parameters of type GameRuleCategoryModifier and TypeMethodDescriptionstatic <T> GameRule<T> GameRules.register(String pName, GameRuleCategory pCategory, GameRuleType pGameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> pArgument, com.mojang.serialization.Codec<T> pValueCodec, T pDefaultValue, FeatureFlagSet pRequiredFeatures, GameRules.VisitorCaller<T> pVisitorCaller, ToIntFunction<T> pCommandResultFunction) GameRules.registerBoolean(String pName, GameRuleCategory pCategory, boolean pDefaultValue) GameRules.registerInteger(String pName, GameRuleCategory pCategory, int pDefaultValue, int pMinValue) GameRules.registerInteger(String pName, GameRuleCategory pCategory, int pDefaultValue, int pMinValue, int pMaxValue) GameRules.registerInteger(String pName, GameRuleCategory pCategory, int pDefaultValue, int pMinValue, int pMaxValue, FeatureFlagSet pRequiredFeatures) Constructors in net.minecraft.world.level.gamerules with parameters of type GameRuleCategoryModifierConstructorDescriptionGameRule(GameRuleCategory pCategory, GameRuleType pGameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> pArgument, GameRules.VisitorCaller<T> pVisitorCaller, com.mojang.serialization.Codec<T> pValueCodec, ToIntFunction<T> pCommandResultFunction, T pDefaultValue, FeatureFlagSet pRequiredFeatures)