Record Class ImmutableBlockBox

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

public record ImmutableBlockBox(BlockPos min, BlockPos max) extends Record implements Iterable<BlockPos>
Mappings:
Namespace Name
named net/minecraft/util/math/ImmutableBlockBox
intermediary net/minecraft/class_9380
official jb
named min
intermediary comp_2466
official b
named max
intermediary comp_2467
official c
  • 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.
    • PACKET_CODEC

      public static final PacketCodec<ByteBuf,ImmutableBlockBox> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/util/math/ImmutableBlockBox;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_49907 Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/class_9139;
      official a Ljb;a:Lyx;
  • Constructor Details

    • ImmutableBlockBox

      public ImmutableBlockBox(BlockPos first, BlockPos second)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/util/math/ImmutableBlockBox;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)V
      intermediary <init> Lnet/minecraft/class_9380;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)V
      official <init> Ljb;<init>(Ljd;Ljd;)V
  • Method Details

    • of

      public static ImmutableBlockBox of(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/util/math/ImmutableBlockBox;of(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58236 Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      official a Ljb;a(Ljd;)Ljb;
    • of

      public static ImmutableBlockBox of(BlockPos first, BlockPos second)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/util/math/ImmutableBlockBox;of(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58237 Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      official a Ljb;a(Ljd;Ljd;)Ljb;
    • encompass

      public ImmutableBlockBox encompass(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named encompass Lnet/minecraft/util/math/ImmutableBlockBox;encompass(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58241 Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;
      official b Ljb;b(Ljd;)Ljb;
    • isSingleBlock

      public boolean isSingleBlock()
      Mappings:
      Namespace Name Mixin selector
      named isSingleBlock Lnet/minecraft/util/math/ImmutableBlockBox;isSingleBlock()Z
      intermediary method_58235 Lnet/minecraft/class_9380;method_58235()Z
      official a Ljb;a()Z
    • includes

      public boolean includes(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named includes Lnet/minecraft/util/math/ImmutableBlockBox;includes(Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_58244 Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/class_2338;)Z
      official c Ljb;c(Ljd;)Z
    • enclosingBox

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

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

      public int getBlockCountX()
      Mappings:
      Namespace Name Mixin selector
      named getBlockCountX Lnet/minecraft/util/math/ImmutableBlockBox;getBlockCountX()I
      intermediary method_58243 Lnet/minecraft/class_9380;method_58243()I
      official c Ljb;c()I
    • getBlockCountY

      public int getBlockCountY()
      Mappings:
      Namespace Name Mixin selector
      named getBlockCountY Lnet/minecraft/util/math/ImmutableBlockBox;getBlockCountY()I
      intermediary method_58245 Lnet/minecraft/class_9380;method_58245()I
      official d Ljb;d()I
    • getBlockCountZ

      public int getBlockCountZ()
      Mappings:
      Namespace Name Mixin selector
      named getBlockCountZ Lnet/minecraft/util/math/ImmutableBlockBox;getBlockCountZ()I
      intermediary method_58246 Lnet/minecraft/class_9380;method_58246()I
      official e Ljb;e()I
    • expand

      public ImmutableBlockBox expand(Direction direction, int offset)
      Mappings:
      Namespace Name Mixin selector
      named expand Lnet/minecraft/util/math/ImmutableBlockBox;expand(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58238 Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;
      official a Ljb;a(Lji;I)Ljb;
    • move

      public ImmutableBlockBox move(Direction direction, int offset)
      Mappings:
      Namespace Name Mixin selector
      named move Lnet/minecraft/util/math/ImmutableBlockBox;move(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58242 Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;
      official b Ljb;b(Lji;I)Ljb;
    • move

      public ImmutableBlockBox move(Vec3i offset)
      Mappings:
      Namespace Name Mixin selector
      named move Lnet/minecraft/util/math/ImmutableBlockBox;move(Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/util/math/ImmutableBlockBox;
      intermediary method_58239 Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/class_2382;)Lnet/minecraft/class_9380;
      official a Ljb;a(Lkh;)Ljb;
    • 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