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 - named - net/minecraft/util/math/ImmutableBlockBox- intermediary - net/minecraft/class_9380- official - jg- named - min- intermediary - comp_2466- official - b- named - max- intermediary - comp_2467- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final BlockPosThe field for themaxrecord component.private final BlockPosThe field for theminrecord component.static final PacketCodec<ByteBuf, ImmutableBlockBox> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
minThe field for theminrecord component.
- 
maxThe field for themaxrecord component.
- 
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- Ljg;a:Lyn;
 
 
- 
- 
Constructor Details- 
ImmutableBlockBox- 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>- Ljg;<init>(Lji;Lji;)V
 
 
- 
- 
Method Details- 
of- 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- Ljg;a(Lji;)Ljg;
 
- 
of- 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- Ljg;a(Lji;Lji;)Ljg;
 
- 
encompass- 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- Ljg;b(Lji;)Ljg;
 
- 
isSingleBlockpublic 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- Ljg;a()Z
 
- 
includes- 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- Ljg;c(Lji;)Z
 
- 
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- Ljg;b()Lfaw;
 
- 
iterator
- 
getBlockCountXpublic 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- Ljg;c()I
 
- 
getBlockCountYpublic 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- Ljg;d()I
 
- 
getBlockCountZpublic 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- Ljg;e()I
 
- 
expand- 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- Ljg;a(Ljn;I)Ljg;
 
- 
move- 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- Ljg;b(Ljn;I)Ljg;
 
- 
move- 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- Ljg;a(Lkm;)Ljg;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
minReturns the value of theminrecord component.- Returns:
- the value of the minrecord component
 
- 
maxReturns the value of themaxrecord component.- Returns:
- the value of the maxrecord component
 
 
-