Uses of Record Class
net.minecraft.class_9360.Type
Packages that use class_9360.Type
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9360.Type in net.minecraft
Fields in net.minecraft declared as class_9360.TypeModifier and TypeFieldDescriptionstatic final class_9360.Type<class_9354> class_9361.CUSTOM_DATAstatic final class_9360.Type<class_9355> class_9361.DAMAGEstatic final class_9360.Type<class_9356.class_9357> class_9361.ENCHANTMENTSstatic final class_9360.Type<class_9359> class_9361.POTION_CONTENTSstatic final class_9360.Type<class_9356.class_9358> class_9361.STORED_ENCHANTMENTSFields in net.minecraft with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Map<class_9360.Type<?>, class_9360>> class_9360.field_49805Methods in net.minecraft that return class_9360.TypeModifier and TypeMethodDescriptionprivate static <T extends class_9360>
class_9360.Type<T> class_9361.method_58180(String string, com.mojang.serialization.Codec<T> codec) static class_9360.Type<?> class_9361.method_58181(Registry<class_9360.Type<?>> registry) Method parameters in net.minecraft with type arguments of type class_9360.TypeModifier and TypeMethodDescriptionstatic class_9360.Type<?> class_9361.method_58181(Registry<class_9360.Type<?>> registry) -
Uses of class_9360.Type in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder<class_9360.Type<?>, class_9360> ItemPredicate.Builder.field_49803private final Map<class_9360.Type<?>, class_9360> ItemPredicate.subPredicatesThe field for thesubPredicatesrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type class_9360.TypeModifier and TypeMethodDescriptionItemPredicate.subPredicates()Returns the value of thesubPredicatesrecord component.Methods in net.minecraft.predicate.item with parameters of type class_9360.TypeModifier and TypeMethodDescription<T extends class_9360>
ItemPredicate.BuilderItemPredicate.Builder.method_58179(class_9360.Type<T> type, T t) Constructor parameters in net.minecraft.predicate.item with type arguments of type class_9360.TypeModifierConstructorDescriptionItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<class_9360.Type<?>, class_9360> map) -
Uses of class_9360.Type in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionstatic final Registry<class_9360.Type<?>> Registries.field_49912static final RegistryKey<Registry<class_9360.Type<?>>> RegistryKeys.ITEM_SUB_PREDICATE_TYPE