Uses of Record Class
net.minecraft.world.Category
Packages that use Category
-
Uses of Category in net.minecraft
Fields in net.minecraft declared as CategoryMethods in net.minecraft that return CategoryConstructors in net.minecraft with parameters of type CategoryModifierConstructorDescriptionclass_12279(Category category, GameRuleType gameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, GameRules.Acceptor<T> acceptor, com.mojang.serialization.Codec<T> codec, ToIntFunction<T> toIntFunction, T t, FeatureSet featureSet) -
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) Methods in net.minecraft.world with parameters of type CategoryModifier and TypeMethodDescriptionprivate static class_12279<Integer> GameRules.method_76195(String string, Category category, int int2, int int3) private static class_12279<Integer> GameRules.method_76196(String string, Category category, int int2, int int3, int int4) private static class_12279<Integer> GameRules.method_76197(String string, Category category, int int2, int int3, int int4, FeatureSet featureSet) private static class_12279<Boolean> GameRules.method_76198(String string, Category category, boolean bool) private static <T> class_12279<T> GameRules.register(String string, Category category, GameRuleType gameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, com.mojang.serialization.Codec<T> codec, T t, FeatureSet featureSet, GameRules.Acceptor<T> acceptor, ToIntFunction<T> toIntFunction)