Package net.minecraft.predicate
Record Class NbtPredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.NbtPredicate
- Record Components:
- nbt-
- Mappings:
- Namespace - Name - named - net/minecraft/predicate/NbtPredicate- intermediary - net/minecraft/class_2105- official - dn- named - nbt- intermediary - comp_1816- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NbtPredicate> private final NbtCompoundThe field for thenbtrecord component.static final PacketCodec<ByteBuf, NbtPredicate> 
- 
Constructor SummaryConstructorsConstructorDescriptionNbtPredicate(NbtCompound nbt) Creates an instance of aNbtPredicaterecord class.
- 
Method SummaryModifier and TypeMethodDescriptionstatic NbtCompoundentityToNbt(Entity entity) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.nbt()Returns the value of thenbtrecord component.booleanbooleanbooleantest(@Nullable NbtElement element) final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
nbtThe field for thenbtrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/predicate/NbtPredicate;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_45768- Lnet/minecraft/class_2105;field_45768:Lcom/mojang/serialization/Codec;- official - a- Ldn;a:Lcom/mojang/serialization/Codec;
 
- 
PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - PACKET_CODEC- Lnet/minecraft/predicate/NbtPredicate;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_49244- Lnet/minecraft/class_2105;field_49244:Lnet/minecraft/class_9139;- official - b- Ldn;b:Lyn;
 
 
- 
- 
Constructor Details- 
NbtPredicateCreates an instance of aNbtPredicaterecord class.- Parameters:
- nbt- the value for the- nbtrecord component
 
 
- 
- 
Method Details- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/item/ItemStack;)Z- intermediary - method_9074- Lnet/minecraft/class_2105;method_9074(Lnet/minecraft/class_1799;)Z- official - a- Ldn;a(Lcwq;)Z
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/entity/Entity;)Z- intermediary - method_9072- Lnet/minecraft/class_2105;method_9072(Lnet/minecraft/class_1297;)Z- official - a- Ldn;a(Lbum;)Z
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/nbt/NbtElement;)Z- intermediary - method_9077- Lnet/minecraft/class_2105;method_9077(Lnet/minecraft/class_2520;)Z- official - a- Ldn;a(Lun;)Z
 
- 
entityToNbt- Mappings:
- Namespace - Name - Mixin selector - named - entityToNbt- Lnet/minecraft/predicate/NbtPredicate;entityToNbt(Lnet/minecraft/entity/Entity;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_9076- Lnet/minecraft/class_2105;method_9076(Lnet/minecraft/class_1297;)Lnet/minecraft/class_2487;- official - b- Ldn;b(Lbum;)Ltq;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
nbtReturns the value of thenbtrecord component.- Returns:
- the value of the nbtrecord component
 
 
-