Package net.minecraft
Record Class class_6624
java.lang.Object
java.lang.Record
net.minecraft.class_6624
- Record Components:
comp_132-
- Mappings:
Namespace Name official deaintermediary net/minecraft/class_6624named net/minecraft/class_6624official aintermediary comp_132named comp_132
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<StructurePiece>The field for thecomp_132record component.private static final Loggerprivate static final Identifierprivate static final Map<Identifier,Identifier> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomp_132()Returns the value of thecomp_132record component.final 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) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
comp_132
The field for thecomp_132record component. -
field_34941
- Mappings:
Namespace Name Mixin selector official bLdea;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 cLdea;c:Lwz;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 dLdea;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 aLdea;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 aLdea;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 aLdea;a(Ldeb;)Lnt;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 aLdea;a(Lnh;Ldeb;)Ldea;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 bLdea;b()Ldcw;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). -
comp_132
Returns the value of thecomp_132record component.- Returns:
- the value of the
comp_132record component
-