Class BlockTarget
java.lang.Object
com.hypixel.hytale.server.npc.corecomponents.BlockTarget
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate final Vector3dprivate ResourceView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanisActive()voidvoidsetChunkChangeRevision(int chunkChangeRevision) voidsetFoundBlockType(int foundBlockType) voidsetReservationHolder(ResourceView resourceView)
-
Field Details
-
position
-
chunkChangeRevision
private int chunkChangeRevision -
foundBlockType
private int foundBlockType -
reservationHolder
-
-
Constructor Details
-
BlockTarget
public BlockTarget()
-
-
Method Details
-
getPosition
-
getChunkChangeRevision
public int getChunkChangeRevision() -
getFoundBlockType
public int getFoundBlockType() -
setChunkChangeRevision
public void setChunkChangeRevision(int chunkChangeRevision) -
setFoundBlockType
public void setFoundBlockType(int foundBlockType) -
setReservationHolder
-
reset
-
isActive
public boolean isActive()
-