Package net.minecraft.util.math
Class BlockBox
java.lang.Object
net.minecraft.util.math.BlockBox
A mutable box with integer coordinates. The box is axis-aligned and the
coordinates are inclusive.
This box, though mutable, has proper hashCode and
equals implementations and can be used as map keys if user can ensure
they are not modified.
- See Also:
- Mappings:
Namespace Name intermediary net/minecraft/class_3341official drpnamed net/minecraft/util/math/BlockBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(int x, int y, int z) booleanReturns whether this box containspos.static BlockBoxReturns a new box from two corners,firstandsecond.Returns the minimum box encompassing all of the givenboxes, or an empty optional ifboxesis empty.Deprecated.Deprecated.encompassPositions(Iterable<BlockPos> positions) Returns the minimum box encompassing all of the givenpositions, or an empty optional ifpositionsis empty.booleanexpand(int offset) Returns a new box that is expanded on each direction byoffset.voidforEachVertex(Consumer<BlockPos> consumer) Callsconsumerfor each vertex (corner) of this box.intReturns the number of blocks on the X axis.intReturns the number of blocks on the Y axis.intReturns the number of blocks on the Z axis.Returns the center of this box.Returns the dimensions (the size) of this box.intgetMaxX()intgetMaxY()intgetMaxZ()intgetMinX()intgetMinY()intgetMinZ()inthashCode()static BlockBoxinfinite()Returns a new all-encompassing, infinite box.booleanintersects(BlockBox other) Returns whetherotherintersects with this box.booleanintersectsXZ(int minX, int minZ, int maxX, int maxZ) Returns whether the rectangle from the given coordinates intersects with this box's XZ plane.move(int dx, int dy, int dz) Deprecated.Deprecated.offset(int x, int y, int z) Returns a new box that is translated byx,y,zon each axis from this box.static BlockBoxrotated(int x, int y, int z, int offsetX, int offsetY, int offsetZ, int sizeX, int sizeY, int sizeZ, Direction facing) toString()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_31548Lnet/minecraft/class_3341;field_31548:Lorg/slf4j/Logger;official bLdrp;b:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/util/math/BlockBox;LOGGER:Lorg/slf4j/Logger;
-
CODEC
A codec that stores a block box as an int array. In the serialized array, the ordered elements areminX,minY,minZ,maxX,maxY,maxZ.- Mappings:
Namespace Name Mixin selector intermediary field_29325Lnet/minecraft/class_3341;field_29325:Lcom/mojang/serialization/Codec;official aLdrp;a:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/util/math/BlockBox;CODEC:Lcom/mojang/serialization/Codec;
-
minX
private int minX- Mappings:
Namespace Name Mixin selector intermediary field_14380Lnet/minecraft/class_3341;field_14380:Iofficial cLdrp;c:Inamed minXLnet/minecraft/util/math/BlockBox;minX:I
-
minY
private int minY- Mappings:
Namespace Name Mixin selector intermediary field_14379Lnet/minecraft/class_3341;field_14379:Iofficial dLdrp;d:Inamed minYLnet/minecraft/util/math/BlockBox;minY:I
-
minZ
private int minZ- Mappings:
Namespace Name Mixin selector intermediary field_14378Lnet/minecraft/class_3341;field_14378:Iofficial eLdrp;e:Inamed minZLnet/minecraft/util/math/BlockBox;minZ:I
-
maxX
private int maxX- Mappings:
Namespace Name Mixin selector intermediary field_14377Lnet/minecraft/class_3341;field_14377:Iofficial fLdrp;f:Inamed maxXLnet/minecraft/util/math/BlockBox;maxX:I
-
maxY
private int maxY- Mappings:
Namespace Name Mixin selector intermediary field_14376Lnet/minecraft/class_3341;field_14376:Iofficial gLdrp;g:Inamed maxYLnet/minecraft/util/math/BlockBox;maxY:I
-
maxZ
private int maxZ- Mappings:
Namespace Name Mixin selector intermediary field_14381Lnet/minecraft/class_3341;field_14381:Iofficial hLdrp;h:Inamed maxZLnet/minecraft/util/math/BlockBox;maxZ:I
-
-
Constructor Details
-
BlockBox
Creates a box enclosing onlypos.- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3341;<init>(Lnet/minecraft/class_2338;)Vofficial <init>Ldrp;<init>(Lgu;)Vnamed <init>Lnet/minecraft/util/math/BlockBox;<init>(Lnet/minecraft/util/math/BlockPos;)V
-
BlockBox
public BlockBox(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3341;<init>(IIIIII)Vofficial <init>Ldrp;<init>(IIIIII)Vnamed <init>Lnet/minecraft/util/math/BlockBox;<init>(IIIIII)V
-
-
Method Details
-
create
Returns a new box from two corners,firstandsecond.- Returns:
- a new box from two corners,
firstandsecond - Mappings:
Namespace Name Mixin selector intermediary method_34390Lnet/minecraft/class_3341;method_34390(Lnet/minecraft/class_2382;Lnet/minecraft/class_2382;)Lnet/minecraft/class_3341;official aLdrp;a(Lhz;Lhz;)Ldrp;named createLnet/minecraft/util/math/BlockBox;create(Lnet/minecraft/util/math/Vec3i;Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/util/math/BlockBox;
-
infinite
Returns a new all-encompassing, infinite box.- Returns:
- a new all-encompassing, infinite box
- Mappings:
Namespace Name Mixin selector intermediary method_14665Lnet/minecraft/class_3341;method_14665()Lnet/minecraft/class_3341;official aLdrp;a()Ldrp;named infiniteLnet/minecraft/util/math/BlockBox;infinite()Lnet/minecraft/util/math/BlockBox;
-
rotated
public static BlockBox rotated(int x, int y, int z, int offsetX, int offsetY, int offsetZ, int sizeX, int sizeY, int sizeZ, Direction facing) - Mappings:
Namespace Name Mixin selector intermediary method_14667Lnet/minecraft/class_3341;method_14667(IIIIIIIIILnet/minecraft/class_2350;)Lnet/minecraft/class_3341;official aLdrp;a(IIIIIIIIILha;)Ldrp;named rotatedLnet/minecraft/util/math/BlockBox;rotated(IIIIIIIIILnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/BlockBox;
-
intersects
Returns whetherotherintersects with this box.- Returns:
- whether
otherintersects with this box - Mappings:
Namespace Name Mixin selector intermediary method_14657Lnet/minecraft/class_3341;method_14657(Lnet/minecraft/class_3341;)Zofficial aLdrp;a(Ldrp;)Znamed intersectsLnet/minecraft/util/math/BlockBox;intersects(Lnet/minecraft/util/math/BlockBox;)Z
-
intersectsXZ
public boolean intersectsXZ(int minX, int minZ, int maxX, int maxZ) Returns whether the rectangle from the given coordinates intersects with this box's XZ plane.- Returns:
- whether the rectangle from the given coordinates intersects with this box's XZ plane
- Mappings:
Namespace Name Mixin selector intermediary method_14669Lnet/minecraft/class_3341;method_14669(IIII)Zofficial aLdrp;a(IIII)Znamed intersectsXZLnet/minecraft/util/math/BlockBox;intersectsXZ(IIII)Z
-
encompassPositions
Returns the minimum box encompassing all of the givenpositions, or an empty optional ifpositionsis empty.- Returns:
- the minimum box encompassing all of the given
positions, or an empty optional ifpositionsis empty - Mappings:
Namespace Name Mixin selector intermediary method_35411Lnet/minecraft/class_3341;method_35411(Ljava/lang/Iterable;)Ljava/util/Optional;official aLdrp;a(Ljava/lang/Iterable;)Ljava/util/Optional;named encompassPositionsLnet/minecraft/util/math/BlockBox;encompassPositions(Ljava/lang/Iterable;)Ljava/util/Optional;
-
encompass
Returns the minimum box encompassing all of the givenboxes, or an empty optional ifboxesis empty.- Returns:
- the minimum box encompassing all of the given
boxes, or an empty optional ifboxesis empty - Mappings:
Namespace Name Mixin selector intermediary method_35413Lnet/minecraft/class_3341;method_35413(Ljava/lang/Iterable;)Ljava/util/Optional;official bLdrp;b(Ljava/lang/Iterable;)Ljava/util/Optional;named encompassLnet/minecraft/util/math/BlockBox;encompass(Ljava/lang/Iterable;)Ljava/util/Optional;
-
encompass
Deprecated.- Mappings:
Namespace Name Mixin selector intermediary method_35412Lnet/minecraft/class_3341;method_35412(Lnet/minecraft/class_3341;)Lnet/minecraft/class_3341;official bLdrp;b(Ldrp;)Ldrp;named encompassLnet/minecraft/util/math/BlockBox;encompass(Lnet/minecraft/util/math/BlockBox;)Lnet/minecraft/util/math/BlockBox;
-
encompass
Deprecated.Expands this box to encompass thepos.- Parameters:
pos- the pos to encompass- Returns:
- this box, for chaining
- Mappings:
Namespace Name Mixin selector intermediary method_34389Lnet/minecraft/class_3341;method_34389(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3341;official aLdrp;a(Lgu;)Ldrp;named encompassLnet/minecraft/util/math/BlockBox;encompass(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockBox;
-
move
Deprecated.- Mappings:
Namespace Name Mixin selector intermediary method_14661Lnet/minecraft/class_3341;method_14661(III)Lnet/minecraft/class_3341;official aLdrp;a(III)Ldrp;named moveLnet/minecraft/util/math/BlockBox;move(III)Lnet/minecraft/util/math/BlockBox;
-
move
Deprecated.- Mappings:
Namespace Name Mixin selector intermediary method_29299Lnet/minecraft/class_3341;method_29299(Lnet/minecraft/class_2382;)Lnet/minecraft/class_3341;official aLdrp;a(Lhz;)Ldrp;named moveLnet/minecraft/util/math/BlockBox;move(Lnet/minecraft/util/math/Vec3i;)Lnet/minecraft/util/math/BlockBox;
-
offset
Returns a new box that is translated byx,y,zon each axis from this box.- Returns:
- a new box that is translated by
x,y,zon each axis from this box - See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_19311Lnet/minecraft/class_3341;method_19311(III)Lnet/minecraft/class_3341;official bLdrp;b(III)Ldrp;named offsetLnet/minecraft/util/math/BlockBox;offset(III)Lnet/minecraft/util/math/BlockBox;
-
expand
Returns a new box that is expanded on each direction byoffset.- Returns:
- a new box that is expanded on each direction by
offset - Mappings:
Namespace Name Mixin selector intermediary method_35410Lnet/minecraft/class_3341;method_35410(I)Lnet/minecraft/class_3341;official aLdrp;a(I)Ldrp;named expandLnet/minecraft/util/math/BlockBox;expand(I)Lnet/minecraft/util/math/BlockBox;
-
contains
Returns whether this box containspos.- Returns:
- whether this box contains
pos - Mappings:
Namespace Name Mixin selector intermediary method_14662Lnet/minecraft/class_3341;method_14662(Lnet/minecraft/class_2382;)Zofficial bLdrp;b(Lhz;)Znamed containsLnet/minecraft/util/math/BlockBox;contains(Lnet/minecraft/util/math/Vec3i;)Z
-
contains
public boolean contains(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_47593Lnet/minecraft/class_3341;method_47593(III)Zofficial cLdrp;c(III)Znamed containsLnet/minecraft/util/math/BlockBox;contains(III)Z
-
getDimensions
Returns the dimensions (the size) of this box.- Returns:
- the dimensions (the size) of this box
- Mappings:
Namespace Name Mixin selector intermediary method_14659Lnet/minecraft/class_3341;method_14659()Lnet/minecraft/class_2382;official bLdrp;b()Lhz;named getDimensionsLnet/minecraft/util/math/BlockBox;getDimensions()Lnet/minecraft/util/math/Vec3i;
-
getBlockCountX
public int getBlockCountX()Returns the number of blocks on the X axis.This is equal to
maxX - minX + 1.- Returns:
- the number of blocks on the X axis
- Mappings:
Namespace Name Mixin selector intermediary method_35414Lnet/minecraft/class_3341;method_35414()Iofficial cLdrp;c()Inamed getBlockCountXLnet/minecraft/util/math/BlockBox;getBlockCountX()I
-
getBlockCountY
public int getBlockCountY()Returns the number of blocks on the Y axis.This is equal to
maxY - minY + 1.- Returns:
- the number of blocks on the Y axis
- Mappings:
Namespace Name Mixin selector intermediary method_14660Lnet/minecraft/class_3341;method_14660()Iofficial dLdrp;d()Inamed getBlockCountYLnet/minecraft/util/math/BlockBox;getBlockCountY()I
-
getBlockCountZ
public int getBlockCountZ()Returns the number of blocks on the Z axis.This is equal to
maxZ - minZ + 1.- Returns:
- the number of blocks on the Z axis
- Mappings:
Namespace Name Mixin selector intermediary method_14663Lnet/minecraft/class_3341;method_14663()Iofficial eLdrp;e()Inamed getBlockCountZLnet/minecraft/util/math/BlockBox;getBlockCountZ()I
-
getCenter
Returns the center of this box.- Returns:
- the center of this box
- API Note:
- This is biased toward the minimum bound corner of the box.
- Mappings:
Namespace Name Mixin selector intermediary method_22874Lnet/minecraft/class_3341;method_22874()Lnet/minecraft/class_2338;official fLdrp;f()Lgu;named getCenterLnet/minecraft/util/math/BlockBox;getCenter()Lnet/minecraft/util/math/BlockPos;
-
forEachVertex
Callsconsumerfor each vertex (corner) of this box.- Mappings:
Namespace Name Mixin selector intermediary method_34391Lnet/minecraft/class_3341;method_34391(Ljava/util/function/Consumer;)Vofficial aLdrp;a(Ljava/util/function/Consumer;)Vnamed forEachVertexLnet/minecraft/util/math/BlockBox;forEachVertex(Ljava/util/function/Consumer;)V
-
toString
-
equals
-
hashCode
public int hashCode() -
getMinX
public int getMinX()- Mappings:
Namespace Name Mixin selector intermediary method_35415Lnet/minecraft/class_3341;method_35415()Iofficial gLdrp;g()Inamed getMinXLnet/minecraft/util/math/BlockBox;getMinX()I
-
getMinY
public int getMinY()- Mappings:
Namespace Name Mixin selector intermediary method_35416Lnet/minecraft/class_3341;method_35416()Iofficial hLdrp;h()Inamed getMinYLnet/minecraft/util/math/BlockBox;getMinY()I
-
getMinZ
public int getMinZ()- Mappings:
Namespace Name Mixin selector intermediary method_35417Lnet/minecraft/class_3341;method_35417()Iofficial iLdrp;i()Inamed getMinZLnet/minecraft/util/math/BlockBox;getMinZ()I
-
getMaxX
public int getMaxX()- Mappings:
Namespace Name Mixin selector intermediary method_35418Lnet/minecraft/class_3341;method_35418()Iofficial jLdrp;j()Inamed getMaxXLnet/minecraft/util/math/BlockBox;getMaxX()I
-
getMaxY
public int getMaxY()- Mappings:
Namespace Name Mixin selector intermediary method_35419Lnet/minecraft/class_3341;method_35419()Iofficial kLdrp;k()Inamed getMaxYLnet/minecraft/util/math/BlockBox;getMaxY()I
-
getMaxZ
public int getMaxZ()- Mappings:
Namespace Name Mixin selector intermediary method_35420Lnet/minecraft/class_3341;method_35420()Iofficial lLdrp;l()Inamed getMaxZLnet/minecraft/util/math/BlockBox;getMaxZ()I
-