RestingSupport

public class RestingSupport

Class RestingSupport. Provides restingsupport functionality for the Hytale server.

java.lang.Object > RestingSupport

Field Summary

supportMinX

protected int supportMinX

Field supportMinX.

supportMaxX

protected int supportMaxX

Field supportMaxX.

supportMinZ

protected int supportMinZ

Field supportMinZ.

supportMaxZ

protected int supportMaxZ

Field supportMaxZ.

supportMinY

protected int supportMinY

Field supportMinY.

supportMaxY

protected int supportMaxY

Field supportMaxY.

supportBlocks

protected int[] supportBlocks

Field supportBlocks.

chunk

final WorldChunk chunk

Field chunk.

maxSize

final int maxSize

Field maxSize.

Method Detail

hasChanged

public boolean hasChanged (@Nonnull final World world)

Method hasChanged.

Parameters:
@Nonnull final World world

rest

public void rest (@Nonnull final World world, @Nonnull final Box boundingBox, @Nonnull final Vector3d position)

Method rest.

Parameters:
@Nonnull final World world
@Nonnull final Box boundingBox
@Nonnull final Vector3d position

clear

public void clear ()

Method clear.