Uses of Record Class
net.minecraft.predicate.item.ItemSubPredicate.Type
Packages that use ItemSubPredicate.Type
Package
Description
-
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.TRIMstatic 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 com.mojang.serialization.Codec<Map<ItemSubPredicate.Type<?>, ItemSubPredicate>> ItemSubPredicate.PREDICATES_MAP_CODECprivate final ImmutableMap.Builder<ItemSubPredicate.Type<?>, ItemSubPredicate> ItemPredicate.Builder.subPredicatesprivate final Map<ItemSubPredicate.Type<?>, ItemSubPredicate> ItemPredicate.subPredicatesThe field for thesubPredicatesrecord component.Methods 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> Methods in net.minecraft.predicate.item that return types with arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionItemPredicate.subPredicates()Returns the value of thesubPredicatesrecord component.Methods in net.minecraft.predicate.item with parameters of type ItemSubPredicate.TypeModifier and TypeMethodDescription<T extends ItemSubPredicate>
ItemPredicate.BuilderItemPredicate.Builder.subPredicate(ItemSubPredicate.Type<T> type, T subPredicate) Method parameters in net.minecraft.predicate.item with type arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type<?> ItemSubPredicateTypes.getDefault(Registry<ItemSubPredicate.Type<?>> registry) Constructor parameters in net.minecraft.predicate.item with type arguments of type ItemSubPredicate.TypeModifierConstructorDescriptionItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> map) -
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.ITEM_SUB_PREDICATE_TYPEstatic final RegistryKey<Registry<ItemSubPredicate.Type<?>>> RegistryKeys.ITEM_SUB_PREDICATE_TYPE