Class DefaultCellJitter
java.lang.Object
com.hypixel.hytale.procedurallib.logic.cell.jitter.DefaultCellJitter
- All Implemented Interfaces:
CellJitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMaxX()doublegetMaxY()doublegetMaxZ()doublegetPointX(int cx, DoubleArray.Double2 vec) doublegetPointX(int cx, DoubleArray.Double3 vec) doublegetPointY(int cy, DoubleArray.Double2 vec) doublegetPointY(int cy, DoubleArray.Double3 vec) doublegetPointZ(int cz, DoubleArray.Double3 vec) toString()
-
Field Details
-
DEFAULT_ONE
-
-
Constructor Details
-
DefaultCellJitter
public DefaultCellJitter()
-
-
Method Details
-
getMaxX
public double getMaxX()- Specified by:
getMaxXin interfaceCellJitter
-
getMaxY
public double getMaxY()- Specified by:
getMaxYin interfaceCellJitter
-
getMaxZ
public double getMaxZ()- Specified by:
getMaxZin interfaceCellJitter
-
getPointX
- Specified by:
getPointXin interfaceCellJitter
-
getPointY
- Specified by:
getPointYin interfaceCellJitter
-
getPointX
- Specified by:
getPointXin interfaceCellJitter
-
getPointY
- Specified by:
getPointYin interfaceCellJitter
-
getPointZ
- Specified by:
getPointZin interfaceCellJitter
-
toString
-