BlockTarget

public class BlockTarget

Class BlockTarget. Provides blocktarget functionality for the Hytale server.

java.lang.Object > BlockTarget

Field Summary

chunkChangeRevision

private int chunkChangeRevision

Field chunkChangeRevision.

foundBlockType

private int foundBlockType

Field foundBlockType.

reservationHolder

private ResourceView reservationHolder

Field reservationHolder.

Method Detail

BlockTarget

public public BlockTarget ()

Method BlockTarget.

getPosition

public Vector3d getPosition ()

Method getPosition.

getChunkChangeRevision

public int getChunkChangeRevision ()

Method getChunkChangeRevision.

getFoundBlockType

public int getFoundBlockType ()

Method getFoundBlockType.

setChunkChangeRevision

public void setChunkChangeRevision (final int chunkChangeRevision)

Method setChunkChangeRevision.

Parameters:
final int chunkChangeRevision

setFoundBlockType

public void setFoundBlockType (final int foundBlockType)

Method setFoundBlockType.

Parameters:
final int foundBlockType

setReservationHolder

public void setReservationHolder (final ResourceView resourceView)

Method setReservationHolder.

Parameters:
final ResourceView resourceView

reset

public void reset (@Nonnull final NPCEntity parent)

Method reset.

Parameters:
@Nonnull final NPCEntity parent

isActive

public boolean isActive ()

Method isActive.