WorldBounds

public class WorldBounds extends ChunkBounds implements IWorldBounds

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 double x
final double y
final double z

expandPositive

public void expandPositive (final double x, final double y, final double z)

Method expandPositive.

Parameters:
final double x
final double y
final double z

include

public void include (@Nonnull final IChunkBounds bounds)

Method include.

Parameters:
@Nonnull final IChunkBounds bounds