Package net.minecraft
Record Class class_6624
java.lang.Object
java.lang.Record
net.minecraft.class_6624
- Record Components:
pieces-
- Mappings:
Namespace Name official dezintermediary net/minecraft/class_6624named net/minecraft/class_6624official aintermediary comp_132named pieces
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Loggerprivate static final Identifierprivate static final Map<Identifier,Identifier> private final List<StructurePiece>The field for thepiecesrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanmethod_38709(class_6625 class_6625) booleanmethod_38710(BlockPos blockPos) static class_6624method_38711(NbtList nbtList, class_6625 class_6625) pieces()Returns the value of thepiecesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pieces
The field for thepiecesrecord component. -
field_34941
- Mappings:
Namespace Name Mixin selector official bLdez;b:Lorg/apache/logging/log4j/Logger;intermediary field_34941Lnet/minecraft/class_6624;field_34941:Lorg/apache/logging/log4j/Logger;named field_34941Lnet/minecraft/class_6624;field_34941:Lorg/apache/logging/log4j/Logger;
-
field_34942
- Mappings:
Namespace Name Mixin selector official cLdez;c:Lxe;intermediary field_34942Lnet/minecraft/class_6624;field_34942:Lnet/minecraft/class_2960;named field_34942Lnet/minecraft/class_6624;field_34942:Lnet/minecraft/util/Identifier;
-
field_34943
- Mappings:
Namespace Name Mixin selector official dLdez;d:Ljava/util/Map;intermediary field_34943Lnet/minecraft/class_6624;field_34943:Ljava/util/Map;named field_34943Lnet/minecraft/class_6624;field_34943:Ljava/util/Map;
-
-
Constructor Details
-
class_6624
-
-
Method Details
-
method_38708
public boolean method_38708()- Mappings:
Namespace Name Mixin selector official aLdez;a()Zintermediary method_38708Lnet/minecraft/class_6624;method_38708()Znamed method_38708Lnet/minecraft/class_6624;method_38708()Z
-
method_38710
- Mappings:
Namespace Name Mixin selector official aLdez;a(Lgh;)Zintermediary method_38710Lnet/minecraft/class_6624;method_38710(Lnet/minecraft/class_2338;)Znamed method_38710Lnet/minecraft/class_6624;method_38710(Lnet/minecraft/util/math/BlockPos;)Z
-
method_38709
- Mappings:
Namespace Name Mixin selector official aLdez;a(Ldfa;)Lnx;intermediary method_38709Lnet/minecraft/class_6624;method_38709(Lnet/minecraft/class_6625;)Lnet/minecraft/class_2520;named method_38709Lnet/minecraft/class_6624;method_38709(Lnet/minecraft/class_6625;)Lnet/minecraft/nbt/NbtElement;
-
method_38711
- Mappings:
Namespace Name Mixin selector official aLdez;a(Lnl;Ldfa;)Ldez;intermediary method_38711Lnet/minecraft/class_6624;method_38711(Lnet/minecraft/class_2499;Lnet/minecraft/class_6625;)Lnet/minecraft/class_6624;named method_38711Lnet/minecraft/class_6624;method_38711(Lnet/minecraft/nbt/NbtList;Lnet/minecraft/class_6625;)Lnet/minecraft/class_6624;
-
method_38712
- Mappings:
Namespace Name Mixin selector official bLdez;b()Lddv;intermediary method_38712Lnet/minecraft/class_6624;method_38712()Lnet/minecraft/class_3341;named method_38712Lnet/minecraft/class_6624;method_38712()Lnet/minecraft/util/math/BlockBox;
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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). -
pieces
Returns the value of thepiecesrecord component.- Returns:
- the value of the
piecesrecord component
-