Package net.minecraft

Record Class class_6624

java.lang.Object
java.lang.Record
net.minecraft.class_6624
Record Components:
comp_132 -

public record class_6624(List<StructurePiece> comp_132) extends Record
Mappings:
Namespace Name
official dea
intermediary net/minecraft/class_6624
named net/minecraft/class_6624
official a
intermediary comp_132
named comp_132
  • Field Details

    • comp_132

      private final List<StructurePiece> comp_132
      The field for the comp_132 record component.
    • field_34941

      private static final Logger 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

      private static final Identifier 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

      private static final Map<Identifier,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

  • 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

      public boolean method_38710(BlockPos blockPos)
      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

      public NbtElement method_38709(class_6625 class_6625)
      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

      public static class_6624 method_38711(NbtList nbtList, class_6625 class_6625)
      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

      public BlockBox 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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • comp_132

      public List<StructurePiece> comp_132()
      Returns the value of the comp_132 record component.
      Returns:
      the value of the comp_132 record component