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 dea
intermediary net/minecraft/class_6624
named net/minecraft/class_6624
official a
intermediary comp_132
named comp_132
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<StructurePiece>
The field for thecomp_132
record component.private static final Logger
private static final Identifier
private static final Map<Identifier,
Identifier> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomp_132()
Returns the value of thecomp_132
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
method_38709
(class_6625 class_6625) boolean
method_38710
(BlockPos blockPos) static class_6624
method_38711
(NbtList nbtList, class_6625 class_6625) final String
toString()
Returns a string representation of this record class.
-
Field Details
-
comp_132
The field for thecomp_132
record component. -
field_34941
- Mappings:
Namespace Name Mixin selector official b
Ldea;b:Lorg/apache/logging/log4j/Logger;
intermediary field_34941
Lnet/minecraft/class_6624;field_34941:Lorg/apache/logging/log4j/Logger;
named field_34941
Lnet/minecraft/class_6624;field_34941:Lorg/apache/logging/log4j/Logger;
-
field_34942
- Mappings:
Namespace Name Mixin selector official c
Ldea;c:Lwz;
intermediary field_34942
Lnet/minecraft/class_6624;field_34942:Lnet/minecraft/class_2960;
named field_34942
Lnet/minecraft/class_6624;field_34942:Lnet/minecraft/util/Identifier;
-
field_34943
- Mappings:
Namespace Name Mixin selector official d
Ldea;d:Ljava/util/Map;
intermediary field_34943
Lnet/minecraft/class_6624;field_34943:Ljava/util/Map;
named field_34943
Lnet/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 a
Ldea;a()Z
intermediary method_38708
Lnet/minecraft/class_6624;method_38708()Z
named method_38708
Lnet/minecraft/class_6624;method_38708()Z
-
method_38710
- Mappings:
Namespace Name Mixin selector official a
Ldea;a(Lgh;)Z
intermediary method_38710
Lnet/minecraft/class_6624;method_38710(Lnet/minecraft/class_2338;)Z
named method_38710
Lnet/minecraft/class_6624;method_38710(Lnet/minecraft/util/math/BlockPos;)Z
-
method_38709
- Mappings:
Namespace Name Mixin selector official a
Ldea;a(Ldeb;)Lnt;
intermediary method_38709
Lnet/minecraft/class_6624;method_38709(Lnet/minecraft/class_6625;)Lnet/minecraft/class_2520;
named method_38709
Lnet/minecraft/class_6624;method_38709(Lnet/minecraft/class_6625;)Lnet/minecraft/nbt/NbtElement;
-
method_38711
- Mappings:
Namespace Name Mixin selector official a
Ldea;a(Lnh;Ldeb;)Ldea;
intermediary method_38711
Lnet/minecraft/class_6624;method_38711(Lnet/minecraft/class_2499;Lnet/minecraft/class_6625;)Lnet/minecraft/class_6624;
named method_38711
Lnet/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 b
Ldea;b()Ldcw;
intermediary method_38712
Lnet/minecraft/class_6624;method_38712()Lnet/minecraft/class_3341;
named method_38712
Lnet/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_132
record component.- Returns:
- the value of the
comp_132
record component
-