Uses of Class
net.minecraft.predicate.item.ItemSubPredicate.Type
Packages that use ItemSubPredicate.Type
Package
Description
The base package for all Minecraft classes.
-
Uses of ItemSubPredicate.Type in net.minecraft
Fields in net.minecraft with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder<ItemSubPredicate.Type<?>, ItemSubPredicate> class_10914.class_10915.field_58048private final Map<ItemSubPredicate.Type<?>, ItemSubPredicate> class_10914.partialThe field for thepartialrecord component.Methods in net.minecraft that return types with arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionclass_10914.partial()Returns the value of thepartialrecord component.Methods in net.minecraft with parameters of type ItemSubPredicate.TypeModifier and TypeMethodDescription<T extends ItemSubPredicate>
class_10914.class_10915class_10914.class_10915.method_68685(ItemSubPredicate.Type<T> type, T t) Constructor parameters in net.minecraft with type arguments of type ItemSubPredicate.TypeModifierConstructorDescriptionclass_10914(ComponentPredicate componentPredicate, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> map) -
Uses of ItemSubPredicate.Type in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionprivate final RegistryWrapper.Impl<ItemSubPredicate.Type<?>> ItemPredicateArgumentType.Context.itemSubPredicateTypeRegistryWrapperConstructor parameters in net.minecraft.command.argument with type arguments of type ItemSubPredicate.TypeModifierConstructorDescription -
Uses of ItemSubPredicate.Type in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final ItemSubPredicate.Type<AttributeModifiersPredicate> ItemSubPredicateTypes.ATTRIBUTE_MODIFIERSstatic final ItemSubPredicate.Type<BundleContentsPredicate> ItemSubPredicateTypes.BUNDLE_CONTENTSstatic final ItemSubPredicate.Type<ContainerPredicate> ItemSubPredicateTypes.CONTAINERstatic final ItemSubPredicate.Type<CustomDataPredicate> ItemSubPredicateTypes.CUSTOM_DATAstatic final ItemSubPredicate.Type<DamagePredicate> ItemSubPredicateTypes.DAMAGEstatic final ItemSubPredicate.Type<EnchantmentsPredicate.Enchantments> ItemSubPredicateTypes.ENCHANTMENTSstatic final ItemSubPredicate.Type<FireworkExplosionPredicate> ItemSubPredicateTypes.FIREWORK_EXPLOSIONstatic final ItemSubPredicate.Type<FireworksPredicate> ItemSubPredicateTypes.FIREWORKSstatic final ItemSubPredicate.Type<JukeboxPlayablePredicate> ItemSubPredicateTypes.JUKEBOX_PLAYABLEstatic final ItemSubPredicate.Type<PotionContentsPredicate> ItemSubPredicateTypes.POTION_CONTENTSItemSubPredicateTypes.STORED_ENCHANTMENTSstatic final ItemSubPredicate.Type<TrimPredicate> ItemSubPredicateTypes.TRIMprivate final ItemSubPredicate.Type<T> ItemSubPredicate.TypedSubPredicate.typeThe field for thetyperecord component.static final ItemSubPredicate.Type<WritableBookContentPredicate> ItemSubPredicateTypes.WRITABLE_BOOK_CONTENTstatic final ItemSubPredicate.Type<WrittenBookContentPredicate> ItemSubPredicateTypes.WRITTEN_BOOK_CONTENTFields in net.minecraft.predicate.item with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, Map<ItemSubPredicate.Type<?>, ItemSubPredicate>> ItemSubPredicate.field_58055static final com.mojang.serialization.Codec<Map<ItemSubPredicate.Type<?>, ItemSubPredicate>> ItemSubPredicate.PREDICATES_MAP_CODECMethods in net.minecraft.predicate.item that return ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type<?> ItemSubPredicateTypes.getDefault(Registry<ItemSubPredicate.Type<?>> registry) private static <T extends ItemSubPredicate>
ItemSubPredicate.Type<T> ItemSubPredicate.TypedSubPredicate.type()Returns the value of thetyperecord component.Method parameters in net.minecraft.predicate.item with type arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type<?> ItemSubPredicateTypes.getDefault(Registry<ItemSubPredicate.Type<?>> registry) private static <T extends ItemSubPredicate>
ItemSubPredicate.TypedSubPredicate<T> ItemSubPredicate.TypedSubPredicate.method_68714(Map.Entry<ItemSubPredicate.Type<?>, T> entry) Constructors in net.minecraft.predicate.item with parameters of type ItemSubPredicate.Type -
Uses of ItemSubPredicate.Type in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final Registry<ItemSubPredicate.Type<?>> Registries.DATA_COMPONENT_PREDICATE_TYPEstatic final RegistryKey<Registry<ItemSubPredicate.Type<?>>> RegistryKeys.DATA_COMPONENT_PREDICATE_TYPE