public class WorldBounds extendsChunkBoundsimplementsIWorldBounds
Class WorldBounds. Provides worldbounds functionality for the Hytale server.
java.lang.Object > ChunkBounds > WorldBounds
Field Summary
minY
protected
int
minY
Field minY.
maxY
protected
int
maxY
Field maxY.
Method Detail
WorldBounds
public
public
WorldBounds
()
Method WorldBounds.
getLowBoundY
public
int
getLowBoundY
()
Method getLowBoundY.
getHighBoundY
public
int
getHighBoundY
()
Method getHighBoundY.
expandNegative
public
void
expandNegative
(final double x, final double y, final double z)
Method expandNegative.
- Parameters:
final doublexfinal doubleyfinal doublez
expandPositive
public
void
expandPositive
(final double x, final double y, final double z)
Method expandPositive.
- Parameters:
final doublexfinal doubleyfinal doublez