Uses of Record Class
net.minecraft.world.Category
Packages that use Category
-
Uses of Category in net.minecraft.world
Fields in net.minecraft.world declared as CategoryModifier and TypeFieldDescriptionstatic final CategoryCategory.CHATstatic final CategoryCategory.DROPSstatic final CategoryCategory.MISCstatic final CategoryCategory.MOBSstatic final CategoryCategory.PLAYERstatic final CategoryCategory.SPAWNINGstatic final CategoryCategory.UPDATESFields in net.minecraft.world with type parameters of type CategoryMethods in net.minecraft.world that return CategoryModifier and TypeMethodDescriptionstatic CategoryCategory.method_76160(Identifier identifier) private static CategoryCategory.method_76161(String string) -
Uses of Category in net.minecraft.world.rule
Fields in net.minecraft.world.rule declared as CategoryMethods in net.minecraft.world.rule that return CategoryMethods in net.minecraft.world.rule with parameters of type CategoryModifier and TypeMethodDescriptionprivate static <T> GameRule<T> GameRules.register(String name, Category category, GameRuleType type, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, com.mojang.serialization.Codec<T> codec, T defaultValue, FeatureSet featureSet, GameRules.Acceptor<T> acceptor, ToIntFunction<T> commandResultSupplier) GameRules.registerBooleanRule(String name, Category category, boolean defaultValue) GameRules.registerIntRule(String name, Category category, int defaultValue, int minValue) GameRules.registerIntRule(String name, Category category, int defaultValue, int minValue, int maxValue) GameRules.registerIntRule(String name, Category category, int defaultValue, int minValue, int maxValue, FeatureSet featureSet) Constructors in net.minecraft.world.rule with parameters of type CategoryModifierConstructorDescriptionGameRule(Category category, GameRuleType type, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, GameRules.Acceptor<T> acceptor, com.mojang.serialization.Codec<T> codec, ToIntFunction<T> commandResultSupplier, T defaultValue, FeatureSet featureSet)