Uses of Interface
net.minecraft.predicate.item.ItemSubPredicate
Packages that use ItemSubPredicate
-
Uses of ItemSubPredicate in net.minecraft.predicate.item
Classes in net.minecraft.predicate.item with type parameters of type ItemSubPredicateModifier and TypeClassDescriptionstatic final recordItemSubPredicate.Type<T extends ItemSubPredicate>Subinterfaces of ItemSubPredicate in net.minecraft.predicate.itemClasses in net.minecraft.predicate.item that implement ItemSubPredicateModifier and TypeClassDescriptionfinal recordfinal recordclassstatic classstatic classfinal recordFields in net.minecraft.predicate.item with type parameters of type ItemSubPredicateModifier 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 with type parameters of type ItemSubPredicateModifier and TypeMethodDescriptionprivate static <T extends ItemSubPredicate>
ItemSubPredicate.Type<T> <T extends ItemSubPredicate>
ItemPredicate.BuilderItemPredicate.Builder.subPredicate(ItemSubPredicate.Type<T> type, T subPredicate) Methods in net.minecraft.predicate.item that return ItemSubPredicateModifier and TypeMethodDescriptionstatic ItemSubPredicatePotionContentsPredicate.potionContents(RegistryEntryList<Potion> potions) Methods in net.minecraft.predicate.item that return types with arguments of type ItemSubPredicateModifier and TypeMethodDescriptionItemPredicate.subPredicates()Returns the value of thesubPredicatesrecord component.Constructor parameters in net.minecraft.predicate.item with type arguments of type ItemSubPredicateModifierConstructorDescriptionItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> map)