Uses of Record Class
net.minecraft.advancements.critereon.ItemSubPredicate.Type
Packages that use ItemSubPredicate.Type
Package
Description
-
Uses of ItemSubPredicate.Type in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final ItemSubPredicate.Type<ItemTrimPredicate> ItemSubPredicates.ARMOR_TRIMstatic final ItemSubPredicate.Type<ItemAttributeModifiersPredicate> ItemSubPredicates.ATTRIBUTE_MODIFIERSstatic final ItemSubPredicate.Type<ItemBundlePredicate> ItemSubPredicates.BUNDLE_CONTENTSstatic final ItemSubPredicate.Type<ItemContainerPredicate> ItemSubPredicates.CONTAINERstatic final ItemSubPredicate.Type<ItemCustomDataPredicate> ItemSubPredicates.CUSTOM_DATAstatic final ItemSubPredicate.Type<ItemDamagePredicate> ItemSubPredicates.DAMAGEstatic final ItemSubPredicate.Type<ItemEnchantmentsPredicate.Enchantments> ItemSubPredicates.ENCHANTMENTSstatic final ItemSubPredicate.Type<ItemFireworkExplosionPredicate> ItemSubPredicates.FIREWORK_EXPLOSIONstatic final ItemSubPredicate.Type<ItemFireworksPredicate> ItemSubPredicates.FIREWORKSstatic final ItemSubPredicate.Type<ItemJukeboxPlayablePredicate> ItemSubPredicates.JUKEBOX_PLAYABLEstatic final ItemSubPredicate.Type<ItemPotionsPredicate> ItemSubPredicates.POTIONSItemSubPredicates.STORED_ENCHANTMENTSstatic final ItemSubPredicate.Type<ItemWritableBookPredicate> ItemSubPredicates.WRITABLE_BOOKstatic final ItemSubPredicate.Type<ItemWrittenBookPredicate> ItemSubPredicates.WRITTEN_BOOKFields in net.minecraft.advancements.critereon with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Map<ItemSubPredicate.Type<?>, ItemSubPredicate>> ItemSubPredicate.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.advancements.critereon that return ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type<?> ItemSubPredicates.bootstrap(Registry<ItemSubPredicate.Type<?>> registry) private static <T extends ItemSubPredicate>
ItemSubPredicate.Type<T> Methods in net.minecraft.advancements.critereon that return types with arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionItemPredicate.subPredicates()Returns the value of thesubPredicatesrecord component.Methods in net.minecraft.advancements.critereon with parameters of type ItemSubPredicate.TypeModifier and TypeMethodDescription<T extends ItemSubPredicate>
ItemPredicate.BuilderItemPredicate.Builder.withSubPredicate(ItemSubPredicate.Type<T> p_333844_, T p_334018_) Method parameters in net.minecraft.advancements.critereon with type arguments of type ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type<?> ItemSubPredicates.bootstrap(Registry<ItemSubPredicate.Type<?>> registry) Constructor parameters in net.minecraft.advancements.critereon with type arguments of type ItemSubPredicate.TypeModifierConstructorDescriptionItemPredicate(Optional<HolderSet<Item>> items, MinMaxBounds.Ints count, DataComponentPredicate components, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> subPredicates) Creates an instance of aItemPredicaterecord class. -
Uses of ItemSubPredicate.Type in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionprivate final HolderLookup.RegistryLookup<ItemSubPredicate.Type<?>> ItemPredicateArgument.Context.predicatesConstructor parameters in net.minecraft.commands.arguments.item with type arguments of type ItemSubPredicate.TypeModifierConstructorDescriptionPredicateWrapper(Holder.Reference<ItemSubPredicate.Type<?>> p_336100_) -
Uses of ItemSubPredicate.Type in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final Registry<ItemSubPredicate.Type<?>> BuiltInRegistries.ITEM_SUB_PREDICATE_TYPEstatic final ResourceKey<Registry<ItemSubPredicate.Type<?>>> Registries.ITEM_SUB_PREDICATE_TYPE -
Uses of ItemSubPredicate.Type in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final DeferredHolder<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<ItemAbilityPredicate>> NeoForgeMod.ITEM_ABILITY_PREDICATEstatic final DeferredHolder<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<ItemAbilityPredicate>> NeoForgeMod.ITEM_ABILITY_PREDICATEprivate static final DeferredRegister<ItemSubPredicate.Type<?>> NeoForgeMod.ITEM_SUB_PREDICATESstatic final DeferredHolder<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<PiglinCurrencyItemPredicate>> NeoForgeMod.PIGLIN_CURRENCY_PREDICATEstatic final DeferredHolder<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<PiglinCurrencyItemPredicate>> NeoForgeMod.PIGLIN_CURRENCY_PREDICATE -
Uses of ItemSubPredicate.Type in net.neoforged.neoforge.common.advancements.critereon
Fields in net.neoforged.neoforge.common.advancements.critereon declared as ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final ItemSubPredicate.Type<ItemAbilityPredicate> ItemAbilityPredicate.TYPEstatic final ItemSubPredicate.Type<PiglinCurrencyItemPredicate> PiglinCurrencyItemPredicate.TYPE