Package com.hypixel.hytale.math.util
Class NearestBlockUtil.IterationElement
java.lang.Object
com.hypixel.hytale.math.util.NearestBlockUtil.IterationElement
- Enclosing class:
NearestBlockUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final DoubleUnaryOperatorprivate final DoubleUnaryOperatorprivate final DoubleUnaryOperator -
Constructor Summary
ConstructorsConstructorDescriptionIterationElement(int ox, int oy, int oz, DoubleUnaryOperator x, DoubleUnaryOperator y, DoubleUnaryOperator z) -
Method Summary
-
Field Details
-
ox
private final int ox -
oy
private final int oy -
oz
private final int oz -
x
-
y
-
z
-
-
Constructor Details
-
IterationElement
public IterationElement(int ox, int oy, int oz, DoubleUnaryOperator x, DoubleUnaryOperator y, DoubleUnaryOperator z)
-
-
Method Details
-
getOffsetX
public int getOffsetX() -
getOffsetY
public int getOffsetY() -
getOffsetZ
public int getOffsetZ() -
getX
-
getY
-
getZ
-