Uses of Interface
net.minecraft.predicate.component.ComponentPredicate
Packages that use ComponentPredicate
-
Uses of ComponentPredicate in net.minecraft.predicate.component
Classes in net.minecraft.predicate.component with type parameters of type ComponentPredicateModifier and TypeClassDescriptionstatic final class
ComponentPredicate.Type<T extends ComponentPredicate>
static final record
ComponentPredicate.Typed<T extends ComponentPredicate>
Subinterfaces of ComponentPredicate in net.minecraft.predicate.componentClasses in net.minecraft.predicate.component that implement ComponentPredicateFields in net.minecraft.predicate.component declared as ComponentPredicateModifier and TypeFieldDescriptionprivate final T
ComponentPredicate.Typed.predicate
The field for thepredicate
record component.Fields in net.minecraft.predicate.component with type parameters of type ComponentPredicateModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder
<ComponentPredicate.Type<?>, ComponentPredicate> ComponentsPredicate.Builder.partial
private final Map
<ComponentPredicate.Type<?>, ComponentPredicate> ComponentsPredicate.partial
The field for thepartial
record component.static final com.mojang.serialization.Codec
<Map<ComponentPredicate.Type<?>, ComponentPredicate>> ComponentPredicate.PREDICATES_MAP_CODEC
static final PacketCodec
<RegistryByteBuf, Map<ComponentPredicate.Type<?>, ComponentPredicate>> ComponentPredicate.PREDICATES_MAP_PACKET_CODEC
Methods in net.minecraft.predicate.component with type parameters of type ComponentPredicateModifier and TypeMethodDescriptionprivate static <T extends ComponentPredicate>
ComponentPredicate.Typed<T> ComponentPredicate.Typed.fromEntry
(Map.Entry<ComponentPredicate.Type<?>, T> entry) <T extends ComponentPredicate>
ComponentsPredicate.BuilderComponentsPredicate.Builder.partial
(ComponentPredicate.Type<T> type, T predicate) private static <T extends ComponentPredicate>
ComponentPredicate.Type<T> Methods in net.minecraft.predicate.component that return types with arguments of type ComponentPredicateModifier and TypeMethodDescriptionComponentsPredicate.partial()
Returns the value of thepartial
record component.Constructor parameters in net.minecraft.predicate.component with type arguments of type ComponentPredicateModifierConstructorDescriptionComponentsPredicate
(ComponentMapPredicate componentMapPredicate, Map<ComponentPredicate.Type<?>, ComponentPredicate> map) -
Uses of ComponentPredicate in net.minecraft.predicate.item
Classes in net.minecraft.predicate.item that implement ComponentPredicateModifier and TypeClassDescriptionfinal 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
Methods in net.minecraft.predicate.item that return ComponentPredicateModifier and TypeMethodDescriptionstatic ComponentPredicate
PotionContentsPredicate.potionContents
(RegistryEntryList<Potion> potions)