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, tracked
Fields 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 TypeMethodDescriptionint
int
void
setJumpTick
(int jumpTick) void
setWalkTick
(int walkTick) void
Update 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, setForcedAlive
Methods 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, verticalCullType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:IEntityData
Update method called from the server thread.- Specified by:
syncUpdate
in interfaceIEntityData
- Overrides:
syncUpdate
in classBukkitEntityData
-
getWalkTick
public int getWalkTick() -
setWalkTick
public void setWalkTick(int walkTick) -
getJumpTick
public int getJumpTick() -
setJumpTick
public void setJumpTick(int jumpTick)
-