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.
getChunkChangeRevision
public
int
getChunkChangeRevision
()
Method getChunkChangeRevision.
getFoundBlockType
public
int
getFoundBlockType
()
Method getFoundBlockType.
setChunkChangeRevision
public
void
setChunkChangeRevision
(final int chunkChangeRevision)
Method setChunkChangeRevision.
- Parameters:
final intchunkChangeRevision
setFoundBlockType
public
void
setFoundBlockType
(final int foundBlockType)
Method setFoundBlockType.
- Parameters:
final intfoundBlockType
isActive
public
boolean
isActive
()
Method isActive.