Package com.ticxo.modelengine.api.entity
Class BukkitPlayer.BukkitPlayerData
java.lang.Object
com.ticxo.modelengine.api.entity.data.AbstractEntityData
com.ticxo.modelengine.api.entity.data.BukkitEntityData
com.ticxo.modelengine.api.entity.BukkitPlayer.BukkitPlayerData
- All Implemented Interfaces:
IEntityData,DataIO
- Enclosing class:
- BukkitPlayer
-
Field Summary
Fields inherited from class com.ticxo.modelengine.api.entity.data.BukkitEntityData
asyncTracking, entity, entityHandler, isDataValid, isEntityValid, isForcedAlive, lastCulled, location, passengers, startTracking, startTrackingQueue, stopTracking, stopTrackingQueue, syncTracking, trackedFields inherited from interface com.ticxo.modelengine.api.entity.data.IEntityData
CULL_TYPE_DATA_LOADER, CULL_TYPE_DATA_SAVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetJumpTick(int jumpTick) voidsetWalkTick(int walkTick) voidUpdate method called from the server thread.Methods inherited from class com.ticxo.modelengine.api.entity.data.BukkitEntityData
asyncUpdate, cleanup, destroy, getLocation, getPassengers, getStartTracking, getStopTracking, getTracked, getTracking, isDataValid, isEntityValid, isForcedAlive, setForcedAliveMethods inherited from class com.ticxo.modelengine.api.entity.data.AbstractEntityData
backCull, backCullAngle, backCullIgnoreRadius, backCullType, blockedCull, blockedCullIgnoreRadius, blockedCullType, cullInterval, getBackCull, getBackCullAngle, getBackCullIgnoreRadius, getBackCullType, getBlockedCull, getBlockedCullIgnoreRadius, getBlockedCullType, getCullHitbox, getCullInterval, getVerticalCull, getVerticalCullDistance, getVerticalCullType, setBackCull, setBackCullAngle, setBackCullIgnoreRadius, setBackCullType, setBlockedCull, setBlockedCullIgnoreRadius, setBlockedCullType, setCullHitbox, setCullInterval, setVerticalCull, setVerticalCullDistance, setVerticalCullType, updateConfig, verticalCull, verticalCullDistance, verticalCullTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ticxo.modelengine.api.entity.data.IEntityData
load, save
-
Constructor Details
-
BukkitPlayerData
public BukkitPlayerData(org.bukkit.entity.Entity entity)
-
-
Method Details
-
syncUpdate
public void syncUpdate()Description copied from interface:IEntityDataUpdate method called from the server thread.- Specified by:
syncUpdatein interfaceIEntityData- Overrides:
syncUpdatein classBukkitEntityData
-
getWalkTick
public int getWalkTick() -
setWalkTick
public void setWalkTick(int walkTick) -
getJumpTick
public int getJumpTick() -
setJumpTick
public void setJumpTick(int jumpTick)
-