Uses of Record Class
net.minecraft.advancements.critereon.NbtPredicate
Packages that use NbtPredicate
-
Uses of NbtPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type NbtPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<NbtPredicate> NbtPredicate.CODEC
private Optional
<NbtPredicate> BlockPredicate.Builder.nbt
private final Optional
<NbtPredicate> BlockPredicate.nbt
The field for thenbt
record component.private Optional
<NbtPredicate> EntityPredicate.Builder.nbt
private final Optional
<NbtPredicate> EntityPredicate.nbt
The field for thenbt
record component.static final StreamCodec
<io.netty.buffer.ByteBuf, NbtPredicate> NbtPredicate.STREAM_CODEC
Methods in net.minecraft.advancements.critereon that return types with arguments of type NbtPredicateModifier and TypeMethodDescriptionBlockPredicate.nbt()
Returns the value of thenbt
record component.EntityPredicate.nbt()
Returns the value of thenbt
record component.Methods in net.minecraft.advancements.critereon with parameters of type NbtPredicateModifier and TypeMethodDescriptionprivate static boolean
BlockPredicate.matchesBlockEntity
(LevelReader p_330457_, BlockEntity p_332206_, NbtPredicate p_330422_) EntityPredicate.Builder.nbt
(NbtPredicate p_36655_) -
Uses of NbtPredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates declared as NbtPredicateModifier and TypeFieldDescriptionprivate final NbtPredicate
CustomDataPredicate.value
The field for thevalue
record component.Methods in net.minecraft.core.component.predicates that return NbtPredicateModifier and TypeMethodDescriptionCustomDataPredicate.value()
Returns the value of thevalue
record component.Methods in net.minecraft.core.component.predicates with parameters of type NbtPredicateModifier and TypeMethodDescriptionstatic CustomDataPredicate
CustomDataPredicate.customData
(NbtPredicate p_400024_) Constructors in net.minecraft.core.component.predicates with parameters of type NbtPredicateModifierConstructorDescriptionCustomDataPredicate
(NbtPredicate value) Creates an instance of aCustomDataPredicate
record class.