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.itemSubPredicateTypeRegistryWrapperConstructor 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_MODIFIERSstatic final ComponentPredicate.Type<BundleContentsPredicate> ComponentPredicateTypes.BUNDLE_CONTENTSstatic final ComponentPredicate.Type<ContainerPredicate> ComponentPredicateTypes.CONTAINERstatic final ComponentPredicate.Type<CustomDataPredicate> ComponentPredicateTypes.CUSTOM_DATAstatic final ComponentPredicate.Type<DamagePredicate> ComponentPredicateTypes.DAMAGEstatic final ComponentPredicate.Type<EnchantmentsPredicate.Enchantments> ComponentPredicateTypes.ENCHANTMENTSstatic final ComponentPredicate.Type<FireworkExplosionPredicate> ComponentPredicateTypes.FIREWORK_EXPLOSIONstatic final ComponentPredicate.Type<FireworksPredicate> ComponentPredicateTypes.FIREWORKSstatic final ComponentPredicate.Type<JukeboxPlayablePredicate> ComponentPredicateTypes.JUKEBOX_PLAYABLEstatic final ComponentPredicate.Type<PotionContentsPredicate> ComponentPredicateTypes.POTION_CONTENTSComponentPredicateTypes.STORED_ENCHANTMENTSstatic final ComponentPredicate.Type<TrimPredicate> ComponentPredicateTypes.TRIMprivate final ComponentPredicate.Type<T> ComponentPredicate.Typed.typeThe field for thetyperecord component.static final ComponentPredicate.Type<WritableBookContentPredicate> ComponentPredicateTypes.WRITABLE_BOOK_CONTENTstatic final ComponentPredicate.Type<WrittenBookContentPredicate> ComponentPredicateTypes.WRITTEN_BOOK_CONTENTFields in net.minecraft.predicate.component with type parameters of type ComponentPredicate.TypeModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder<ComponentPredicate.Type<?>, ComponentPredicate> ComponentsPredicate.Builder.partialprivate final Map<ComponentPredicate.Type<?>, ComponentPredicate> ComponentsPredicate.partialThe field for thepartialrecord component.static final com.mojang.serialization.Codec<Map<ComponentPredicate.Type<?>, ComponentPredicate>> ComponentPredicate.PREDICATES_MAP_CODECstatic final PacketCodec<RegistryByteBuf, Map<ComponentPredicate.Type<?>, ComponentPredicate>> ComponentPredicate.PREDICATES_MAP_PACKET_CODECMethods 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 thetyperecord component.Methods in net.minecraft.predicate.component that return types with arguments of type ComponentPredicate.TypeModifier and TypeMethodDescriptionComponentsPredicate.partial()Returns the value of thepartialrecord 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_TYPEstatic final RegistryKey<Registry<ComponentPredicate.Type<?>>> RegistryKeys.DATA_COMPONENT_PREDICATE_TYPE