Package net.minecraft

Record Class class_10634.class_10636

java.lang.Object
java.lang.Record
net.minecraft.class_10634.class_10636
Record Components:
localPos -
size -
Enclosing interface:
class_10634

public static record class_10634.class_10636(BlockPos localPos, Vec3i size) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10634$class_10636
intermediary net/minecraft/class_10634$class_10636
official dvo$b
named localPos
intermediary comp_3524
official a
named size
intermediary comp_3525
official b
  • Field Details

    • localPos

      private final BlockPos localPos
      The field for the localPos record component.
    • size

      private final Vec3i size
      The field for the size record component.
  • Constructor Details

    • class_10636

      public class_10636(BlockPos blockPos, Vec3i vec3i)
  • Method Details

    • method_66716

      public static class_10634.class_10636 method_66716(int int2, int int3, int int4, int int5, int int6, int int7)
      Mappings:
      Namespace Name Mixin selector
      named method_66716 Lnet/minecraft/class_10634$class_10636;method_66716(IIIIII)Lnet/minecraft/class_10634$class_10636;
      intermediary method_66716 Lnet/minecraft/class_10634$class_10636;method_66716(IIIIII)Lnet/minecraft/class_10634$class_10636;
      official a Ldvo$b;a(IIIIII)Ldvo$b;
    • 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.
    • localPos

      public BlockPos localPos()
      Returns the value of the localPos record component.
      Returns:
      the value of the localPos record component
    • size

      public Vec3i size()
      Returns the value of the size record component.
      Returns:
      the value of the size record component