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 record
ItemSubPredicate.Type<T extends ItemSubPredicate>
Subinterfaces of ItemSubPredicate in net.minecraft.predicate.itemClasses in net.minecraft.predicate.item that implement ItemSubPredicateModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
class
static class
static class
final record
final record
final record
final record
final record
final record
final record
Fields 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_CODEC
private final 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.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 ItemSubPredicate
PotionContentsPredicate.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 thesubPredicates
record 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)