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_TRIM
static final ItemSubPredicate.Type
<ItemAttributeModifiersPredicate> ItemSubPredicates.ATTRIBUTE_MODIFIERS
static final ItemSubPredicate.Type
<ItemBundlePredicate> ItemSubPredicates.BUNDLE_CONTENTS
static final ItemSubPredicate.Type
<ItemContainerPredicate> ItemSubPredicates.CONTAINER
static final ItemSubPredicate.Type
<ItemCustomDataPredicate> ItemSubPredicates.CUSTOM_DATA
static final ItemSubPredicate.Type
<ItemDamagePredicate> ItemSubPredicates.DAMAGE
static final ItemSubPredicate.Type
<ItemEnchantmentsPredicate.Enchantments> ItemSubPredicates.ENCHANTMENTS
static final ItemSubPredicate.Type
<ItemFireworkExplosionPredicate> ItemSubPredicates.FIREWORK_EXPLOSION
static final ItemSubPredicate.Type
<ItemFireworksPredicate> ItemSubPredicates.FIREWORKS
static final ItemSubPredicate.Type
<ItemJukeboxPlayablePredicate> ItemSubPredicates.JUKEBOX_PLAYABLE
static final ItemSubPredicate.Type
<ItemPotionsPredicate> ItemSubPredicates.POTIONS
ItemSubPredicates.STORED_ENCHANTMENTS
static final ItemSubPredicate.Type
<ItemWritableBookPredicate> ItemSubPredicates.WRITABLE_BOOK
static final ItemSubPredicate.Type
<ItemWrittenBookPredicate> ItemSubPredicates.WRITTEN_BOOK
Fields in net.minecraft.advancements.critereon with type parameters of type ItemSubPredicate.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Map<ItemSubPredicate.Type<?>, ItemSubPredicate>> ItemSubPredicate.CODEC
private final com.google.common.collect.ImmutableMap.Builder
<ItemSubPredicate.Type<?>, ItemSubPredicate> ItemPredicate.Builder.subPredicates
private final Map
<ItemSubPredicate.Type<?>, ItemSubPredicate> ItemPredicate.subPredicates
The field for thesubPredicates
record component.Methods in net.minecraft.advancements.critereon that return ItemSubPredicate.TypeModifier and TypeMethodDescriptionstatic ItemSubPredicate.Type
<?> ItemSubPredicates.bootstrap
(Registry<ItemSubPredicate.Type<?>> p_333896_) 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 thesubPredicates
record 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<?>> p_333896_) 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 aItemPredicate
record 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.predicates
Constructor 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_TYPE
static 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_PREDICATE
static final DeferredHolder
<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<ItemAbilityPredicate>> NeoForgeMod.ITEM_ABILITY_PREDICATE
private static final DeferredRegister
<ItemSubPredicate.Type<?>> NeoForgeMod.ITEM_SUB_PREDICATES
static final DeferredHolder
<ItemSubPredicate.Type<?>, ItemSubPredicate.Type<PiglinCurrencyItemPredicate>> NeoForgeMod.PIGLIN_CURRENCY_PREDICATE
static 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.TYPE
static final ItemSubPredicate.Type
<PiglinCurrencyItemPredicate> PiglinCurrencyItemPredicate.TYPE