Uses of Record Class
net.minecraft.predicate.component.ComponentPredicate.Typed
Packages that use ComponentPredicate.Typed
Package
Description
-
Uses of ComponentPredicate.Typed in net.minecraft.client.render.item.property.bool
Fields in net.minecraft.client.render.item.property.bool declared as ComponentPredicate.TypedModifier and TypeFieldDescriptionprivate final ComponentPredicate.Typed<?> ComponentBooleanProperty.predicateThe field for thepredicaterecord component.Methods in net.minecraft.client.render.item.property.bool that return ComponentPredicate.TypedModifier and TypeMethodDescriptionComponentBooleanProperty.predicate()Returns the value of thepredicaterecord component.Constructors in net.minecraft.client.render.item.property.bool with parameters of type ComponentPredicate.TypedModifierConstructorDescriptionComponentBooleanProperty(ComponentPredicate.Typed<?> predicate) Creates an instance of aComponentBooleanPropertyrecord class. -
Uses of ComponentPredicate.Typed in net.minecraft.predicate.component
Fields in net.minecraft.predicate.component with type parameters of type ComponentPredicate.TypedModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<ComponentPredicate.Typed<T>> ComponentPredicate.class_12170.field_63641private final PacketCodec<RegistryByteBuf, ComponentPredicate.Typed<T>> ComponentPredicate.class_12170.field_63642static final PacketCodec<RegistryByteBuf, ComponentPredicate.Typed<?>> ComponentPredicate.SINGLE_PREDICATE_PACKET_CODECMethods in net.minecraft.predicate.component that return ComponentPredicate.TypedModifier and TypeMethodDescriptionprivate static <T extends ComponentPredicate>
ComponentPredicate.Typed<T> ComponentPredicate.Typed.fromEntry(Map.Entry<ComponentPredicate.Type<?>, T> entry) Methods in net.minecraft.predicate.component that return types with arguments of type ComponentPredicate.TypedModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<ComponentPredicate.Typed<?>> ComponentPredicate.createCodec(String predicateFieldName) com.mojang.serialization.MapCodec<ComponentPredicate.Typed<T>> ComponentPredicate.class_12170.getTypedCodec()com.mojang.serialization.MapCodec<ComponentPredicate.Typed<T>> ComponentPredicate.Type.getTypedCodec()ComponentPredicate.class_12170.getTypedPacketCodec()ComponentPredicate.Type.getTypedPacketCodec()(package private) static <T extends ComponentPredicate>
com.mojang.serialization.MapCodec<ComponentPredicate.Typed<T>> ComponentPredicate.Typed.method_75518(ComponentPredicate.Type<T> type, com.mojang.serialization.Codec<T> codec)