Uses of Class
net.minecraft.predicate.component.ComponentPredicate.Type
Packages that use ComponentPredicate.Type
Package
Description
-
Uses of ComponentPredicate.Type in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type ComponentPredicate.TypeModifier and TypeFieldDescriptionprivate final RegistryWrapper.Impl
<ComponentPredicate.Type<?>> ItemPredicateArgumentType.Context.itemSubPredicateTypeRegistryWrapper
Constructor parameters in net.minecraft.command.argument with type arguments of type ComponentPredicate.TypeModifierConstructorDescription -
Uses of ComponentPredicate.Type in net.minecraft.predicate.component
Fields in net.minecraft.predicate.component declared as ComponentPredicate.TypeModifier and TypeFieldDescriptionstatic final ComponentPredicate.Type
<AttributeModifiersPredicate> ComponentPredicateTypes.ATTRIBUTE_MODIFIERS
static final ComponentPredicate.Type
<BundleContentsPredicate> ComponentPredicateTypes.BUNDLE_CONTENTS
static final ComponentPredicate.Type
<ContainerPredicate> ComponentPredicateTypes.CONTAINER
static final ComponentPredicate.Type
<CustomDataPredicate> ComponentPredicateTypes.CUSTOM_DATA
static final ComponentPredicate.Type
<DamagePredicate> ComponentPredicateTypes.DAMAGE
static final ComponentPredicate.Type
<EnchantmentsPredicate.Enchantments> ComponentPredicateTypes.ENCHANTMENTS
static final ComponentPredicate.Type
<FireworkExplosionPredicate> ComponentPredicateTypes.FIREWORK_EXPLOSION
static final ComponentPredicate.Type
<FireworksPredicate> ComponentPredicateTypes.FIREWORKS
static final ComponentPredicate.Type
<JukeboxPlayablePredicate> ComponentPredicateTypes.JUKEBOX_PLAYABLE
static final ComponentPredicate.Type
<PotionContentsPredicate> ComponentPredicateTypes.POTION_CONTENTS
ComponentPredicateTypes.STORED_ENCHANTMENTS
static final ComponentPredicate.Type
<TrimPredicate> ComponentPredicateTypes.TRIM
private final ComponentPredicate.Type
<T> ComponentPredicate.Typed.type
The field for thetype
record component.static final ComponentPredicate.Type
<WritableBookContentPredicate> ComponentPredicateTypes.WRITABLE_BOOK_CONTENT
static final ComponentPredicate.Type
<WrittenBookContentPredicate> ComponentPredicateTypes.WRITTEN_BOOK_CONTENT
Fields in net.minecraft.predicate.component with type parameters of type ComponentPredicate.TypeModifier 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 that return ComponentPredicate.TypeModifier and TypeMethodDescriptionstatic ComponentPredicate.Type
<?> ComponentPredicateTypes.getDefault
(Registry<ComponentPredicate.Type<?>> registry) private static <T extends ComponentPredicate>
ComponentPredicate.Type<T> ComponentPredicate.Typed.type()
Returns the value of thetype
record component.Methods in net.minecraft.predicate.component that return types with arguments of type ComponentPredicate.TypeModifier and TypeMethodDescriptionComponentsPredicate.partial()
Returns the value of thepartial
record component.Methods in net.minecraft.predicate.component with parameters of type ComponentPredicate.TypeModifier and TypeMethodDescription<T extends ComponentPredicate>
ComponentsPredicate.BuilderComponentsPredicate.Builder.partial
(ComponentPredicate.Type<T> type, T predicate) Method parameters in net.minecraft.predicate.component with type arguments of type ComponentPredicate.TypeModifier and TypeMethodDescriptionprivate static <T extends ComponentPredicate>
ComponentPredicate.Typed<T> ComponentPredicate.Typed.fromEntry
(Map.Entry<ComponentPredicate.Type<?>, T> entry) static ComponentPredicate.Type
<?> ComponentPredicateTypes.getDefault
(Registry<ComponentPredicate.Type<?>> registry) Constructors in net.minecraft.predicate.component with parameters of type ComponentPredicate.TypeConstructor parameters in net.minecraft.predicate.component with type arguments of type ComponentPredicate.TypeModifierConstructorDescriptionComponentsPredicate
(ComponentMapPredicate componentMapPredicate, Map<ComponentPredicate.Type<?>, ComponentPredicate> map) -
Uses of ComponentPredicate.Type in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ComponentPredicate.TypeModifier and TypeFieldDescriptionstatic final Registry
<ComponentPredicate.Type<?>> Registries.DATA_COMPONENT_PREDICATE_TYPE
static final RegistryKey
<Registry<ComponentPredicate.Type<?>>> RegistryKeys.DATA_COMPONENT_PREDICATE_TYPE