Package net.minecraft
Class BlockUtil.FoundRectangle
java.lang.Object
net.minecraft.BlockUtil.FoundRectangle
- Enclosing class:
BlockUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
Distance between minimum and maximum values on the first axis argumentfinal int
Distance between minimum and maximum values on the second axis argumentfinal BlockPos
Starting position of the rectangle represented by this result -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minCorner
Starting position of the rectangle represented by this result -
axis1Size
public final int axis1SizeDistance between minimum and maximum values on the first axis argument -
axis2Size
public final int axis2SizeDistance between minimum and maximum values on the second axis argument
-
-
Constructor Details
-
FoundRectangle
-