Package net.minecraft.util.math
Record Class ImmutableBlockBox
java.lang.Object
java.lang.Record
net.minecraft.util.math.ImmutableBlockBox
- Record Components:
min-max-
public record ImmutableBlockBox(BlockPos min, BlockPos max)
extends Record
implements Iterable<BlockPos>
- Mappings:
Namespace Name official ilintermediary net/minecraft/class_9380named net/minecraft/util/math/ImmutableBlockBoxofficial bintermediary comp_2466named minofficial cintermediary comp_2467named max
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockPosThe field for themaxrecord component.private final BlockPosThe field for theminrecord component.static final PacketCodec<ByteBuf, ImmutableBlockBox> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intintintfinal inthashCode()Returns a hash code value for this object.booleanbooleaniterator()max()Returns the value of themaxrecord component.min()Returns the value of theminrecord component.static ImmutableBlockBoxstatic ImmutableBlockBoxfinal StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
min
The field for theminrecord component. -
max
The field for themaxrecord component. -
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector official aLil;a:Lys;intermediary field_49907Lnet/minecraft/class_9380;field_49907:Lnet/minecraft/class_9139;named PACKET_CODECLnet/minecraft/util/math/ImmutableBlockBox;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
ImmutableBlockBox
- Mappings:
Namespace Name Mixin selector official <init>Lil;<init>(Lin;Lin;)Vintermediary <init>Lnet/minecraft/class_9380;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Vnamed <init>Lnet/minecraft/util/math/ImmutableBlockBox;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official aLil;a(Lin;)Lil;intermediary method_58236Lnet/minecraft/class_9380;method_58236(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named ofLnet/minecraft/util/math/ImmutableBlockBox;of(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
-
of
- Mappings:
Namespace Name Mixin selector official aLil;a(Lin;Lin;)Lil;intermediary method_58237Lnet/minecraft/class_9380;method_58237(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named ofLnet/minecraft/util/math/ImmutableBlockBox;of(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
-
encompass
- Mappings:
Namespace Name Mixin selector official bLil;b(Lin;)Lil;intermediary method_58241Lnet/minecraft/class_9380;method_58241(Lnet/minecraft/class_2338;)Lnet/minecraft/class_9380;named encompassLnet/minecraft/util/math/ImmutableBlockBox;encompass(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ImmutableBlockBox;
-
isSingleBlock
public boolean isSingleBlock()- Mappings:
Namespace Name Mixin selector official aLil;a()Zintermediary method_58235Lnet/minecraft/class_9380;method_58235()Znamed isSingleBlockLnet/minecraft/util/math/ImmutableBlockBox;isSingleBlock()Z
-
includes
- Mappings:
Namespace Name Mixin selector official cLil;c(Lin;)Zintermediary method_58244Lnet/minecraft/class_9380;method_58244(Lnet/minecraft/class_2338;)Znamed includesLnet/minecraft/util/math/ImmutableBlockBox;includes(Lnet/minecraft/util/math/BlockPos;)Z
-
enclosingBox
- Mappings:
Namespace Name Mixin selector official bLil;b()Letk;intermediary method_58240Lnet/minecraft/class_9380;method_58240()Lnet/minecraft/class_238;named enclosingBoxLnet/minecraft/util/math/ImmutableBlockBox;enclosingBox()Lnet/minecraft/util/math/Box;
-
iterator
-
getBlockCountX
public int getBlockCountX()- Mappings:
Namespace Name Mixin selector official cLil;c()Iintermediary method_58243Lnet/minecraft/class_9380;method_58243()Inamed getBlockCountXLnet/minecraft/util/math/ImmutableBlockBox;getBlockCountX()I
-
getBlockCountY
public int getBlockCountY()- Mappings:
Namespace Name Mixin selector official dLil;d()Iintermediary method_58245Lnet/minecraft/class_9380;method_58245()Inamed getBlockCountYLnet/minecraft/util/math/ImmutableBlockBox;getBlockCountY()I
-
getBlockCountZ
public int getBlockCountZ()- Mappings:
Namespace Name Mixin selector official eLil;e()Iintermediary method_58246Lnet/minecraft/class_9380;method_58246()Inamed getBlockCountZLnet/minecraft/util/math/ImmutableBlockBox;getBlockCountZ()I
-
expand
- Mappings:
Namespace Name Mixin selector official aLil;a(Lis;I)Lil;intermediary method_58238Lnet/minecraft/class_9380;method_58238(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;named expandLnet/minecraft/util/math/ImmutableBlockBox;expand(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/util/math/ImmutableBlockBox;
-
move
- Mappings:
Namespace Name Mixin selector official bLil;b(Lis;I)Lil;intermediary method_58242Lnet/minecraft/class_9380;method_58242(Lnet/minecraft/class_2350;I)Lnet/minecraft/class_9380;named moveLnet/minecraft/util/math/ImmutableBlockBox;move(Lnet/minecraft/util/math/Direction;I)Lnet/minecraft/util/math/ImmutableBlockBox;
-
move
- Mappings:
Namespace Name Mixin selector official aLil;a(Ljr;)Lil;intermediary method_58239Lnet/minecraft/class_9380;method_58239(Lnet/minecraft/class_2382;)Lnet/minecraft/class_9380;named moveLnet/minecraft/util/math/ImmutableBlockBox;move(Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/util/math/ImmutableBlockBox;
-
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). -
min
Returns the value of theminrecord component.- Returns:
- the value of the
minrecord component
-
max
Returns the value of themaxrecord component.- Returns:
- the value of the
maxrecord component
-