Package net.minecraft

Record Class class_9380

java.lang.Object
java.lang.Record
net.minecraft.class_9380
Record Components:
min -
max -
All Implemented Interfaces:
Iterable<BlockPos>

public record class_9380(BlockPos min, BlockPos max) extends Record implements Iterable<BlockPos>
Mappings:
Namespace Name
official ik
intermediary net/minecraft/class_9380
named net/minecraft/class_9380
official b
intermediary comp_2466
named min
official c
intermediary comp_2467
named max
  • Field Details

    • min

      private final BlockPos min
      The field for the min record component.
    • max

      private final BlockPos max
      The field for the max record component.
    • field_49907

      public static final PacketCodec<ByteBuf,class_9380> field_49907
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a:Lyq;
      intermediary field_49907 Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/class_9139;
      named field_49907 Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/network/codec/PacketCodec;
  • Constructor Details

  • Method Details

    • method_58236

      public static class_9380 method_58236(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a(Lim;)Lik;
      intermediary method_58236 Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      named method_58236 Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
    • method_58237

      public static class_9380 method_58237(BlockPos blockPos, BlockPos blockPos2)
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a(Lim;Lim;)Lik;
      intermediary method_58237 Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      named method_58237 Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
    • method_58241

      public class_9380 method_58241(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official b Lik;b(Lim;)Lik;
      intermediary method_58241 Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      named method_58241 Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_9380;
    • method_58235

      public boolean method_58235()
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a()Z
      intermediary method_58235 Lnet/minecraft/class_9380;method_58235()Z
      named method_58235 Lnet/minecraft/class_9380;method_58235()Z
    • method_58244

      public boolean method_58244(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official c Lik;c(Lim;)Z
      intermediary method_58244 Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/class_2338;)Z
      named method_58244 Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/util/math/BlockPos;)Z
    • method_58240

      public Box method_58240()
      Mappings:
      Namespace Name Mixin selector
      official b Lik;b()Leta;
      intermediary method_58240 Lnet/minecraft/class_9380;method_58240()Lnet/minecraft/class_238;
      named method_58240 Lnet/minecraft/class_9380;method_58240()Lnet/minecraft/util/math/Box;
    • iterator

      public Iterator<BlockPos> iterator()
      Specified by:
      iterator in interface Iterable<BlockPos>
    • method_58243

      public int method_58243()
      Mappings:
      Namespace Name Mixin selector
      official c Lik;c()I
      intermediary method_58243 Lnet/minecraft/class_9380;method_58243()I
      named method_58243 Lnet/minecraft/class_9380;method_58243()I
    • method_58245

      public int method_58245()
      Mappings:
      Namespace Name Mixin selector
      official d Lik;d()I
      intermediary method_58245 Lnet/minecraft/class_9380;method_58245()I
      named method_58245 Lnet/minecraft/class_9380;method_58245()I
    • method_58246

      public int method_58246()
      Mappings:
      Namespace Name Mixin selector
      official e Lik;e()I
      intermediary method_58246 Lnet/minecraft/class_9380;method_58246()I
      named method_58246 Lnet/minecraft/class_9380;method_58246()I
    • method_58238

      public class_9380 method_58238(Direction direction, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a(Lir;I)Lik;
      intermediary method_58238 Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;
      named method_58238 Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/class_9380;
    • method_58242

      public class_9380 method_58242(Direction direction, int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lik;b(Lir;I)Lik;
      intermediary method_58242 Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;
      named method_58242 Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/class_9380;
    • method_58239

      public class_9380 method_58239(Vec3i vec3i)
      Mappings:
      Namespace Name Mixin selector
      official a Lik;a(Ljq;)Lik;
      intermediary method_58239 Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/class_2382;)Lnet/minecraft/class_9380;
      named method_58239 Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/class_9380;
    • 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.
    • min

      public BlockPos min()
      Returns the value of the min record component.
      Returns:
      the value of the min record component
    • max

      public BlockPos max()
      Returns the value of the max record component.
      Returns:
      the value of the max record component