Uses of Record Class
net.minecraft.predicate.NbtPredicate
Packages that use NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate 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.static final PacketCodec
<ByteBuf, NbtPredicate> NbtPredicate.PACKET_CODEC
Methods in net.minecraft.predicate that return types with arguments of type NbtPredicateModifier and TypeMethodDescriptionBlockPredicate.nbt()
Returns the value of thenbt
record component.Methods in net.minecraft.predicate with parameters of type NbtPredicateModifier and TypeMethodDescriptionprivate static boolean
BlockPredicate.testBlockEntity
(WorldView world, @Nullable BlockEntity blockEntity, NbtPredicate nbtPredicate) -
Uses of NbtPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type NbtPredicateModifier and TypeFieldDescriptionprivate Optional
<NbtPredicate> EntityPredicate.Builder.nbt
private final Optional
<NbtPredicate> EntityPredicate.nbt
The field for thenbt
record component.Methods in net.minecraft.predicate.entity that return types with arguments of type NbtPredicateModifier and TypeMethodDescriptionEntityPredicate.nbt()
Returns the value of thenbt
record component.Methods in net.minecraft.predicate.entity with parameters of type NbtPredicate -
Uses of NbtPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as NbtPredicateModifier and TypeFieldDescriptionprivate final NbtPredicate
CustomDataPredicate.value
The field for thevalue
record component.Methods in net.minecraft.predicate.item that return NbtPredicateModifier and TypeMethodDescriptionCustomDataPredicate.value()
Returns the value of thevalue
record component.Methods in net.minecraft.predicate.item with parameters of type NbtPredicateModifier and TypeMethodDescriptionstatic CustomDataPredicate
CustomDataPredicate.customData
(NbtPredicate value) Constructors in net.minecraft.predicate.item with parameters of type NbtPredicate