Uses of Record Class
net.minecraft.core.component.predicates.DataComponentPredicate.Single
Packages that use DataComponentPredicate.Single
Package
Description
-
Uses of DataComponentPredicate.Single in net.minecraft.client.renderer.item.properties.conditional
Fields in net.minecraft.client.renderer.item.properties.conditional declared as DataComponentPredicate.SingleModifier and TypeFieldDescriptionprivate final DataComponentPredicate.Single
<?> ComponentMatches.predicate
The field for thepredicate
record component.Methods in net.minecraft.client.renderer.item.properties.conditional that return DataComponentPredicate.SingleModifier and TypeMethodDescriptionComponentMatches.predicate()
Returns the value of thepredicate
record component.Constructors in net.minecraft.client.renderer.item.properties.conditional with parameters of type DataComponentPredicate.SingleModifierConstructorDescriptionComponentMatches
(DataComponentPredicate.Single<?> predicate) Creates an instance of aComponentMatches
record class. -
Uses of DataComponentPredicate.Single in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates with type parameters of type DataComponentPredicate.SingleModifier and TypeFieldDescriptionstatic final StreamCodec
<RegistryFriendlyByteBuf, DataComponentPredicate.Single<?>> DataComponentPredicate.SINGLE_STREAM_CODEC
private final StreamCodec
<RegistryFriendlyByteBuf, DataComponentPredicate.Single<T>> DataComponentPredicate.Type.singleStreamCodec
private final com.mojang.serialization.MapCodec
<DataComponentPredicate.Single<T>> DataComponentPredicate.Type.wrappedCodec
Methods in net.minecraft.core.component.predicates that return DataComponentPredicate.SingleModifier and TypeMethodDescriptionprivate static <T extends DataComponentPredicate>
DataComponentPredicate.Single<T> DataComponentPredicate.Single.fromEntry
(Map.Entry<DataComponentPredicate.Type<?>, T> p_411082_) Methods in net.minecraft.core.component.predicates that return types with arguments of type DataComponentPredicate.SingleModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<DataComponentPredicate.Single<?>> DataComponentPredicate.singleCodec
(String p_399515_) DataComponentPredicate.Type.singleStreamCodec()
com.mojang.serialization.MapCodec
<DataComponentPredicate.Single<T>> DataComponentPredicate.Type.wrappedCodec()