Class BukkitPlayer.BukkitPlayerData

All Implemented Interfaces:
IEntityData, DataIO
Enclosing class:
BukkitPlayer

public static class BukkitPlayer.BukkitPlayerData extends BukkitEntityData
  • 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 interface IEntityData
      Overrides:
      syncUpdate in class BukkitEntityData
    • getWalkTick

      public int getWalkTick()
    • setWalkTick

      public void setWalkTick(int walkTick)
    • getJumpTick

      public int getJumpTick()
    • setJumpTick

      public void setJumpTick(int jumpTick)