Class PacketPlayOutEntityTeleport

java.lang.Object
me.neznamy.tab.platforms.bukkit.nms.PacketPlayOutEntityTeleport
All Implemented Interfaces:
me.neznamy.tab.api.protocol.TabPacket

public class PacketPlayOutEntityTeleport extends Object implements me.neznamy.tab.api.protocol.TabPacket
  • Constructor Details

    • PacketPlayOutEntityTeleport

      public PacketPlayOutEntityTeleport(int entityId, org.bukkit.Location location)
  • Method Details

    • toString

      public String toString()
      Specified by:
      toString in interface me.neznamy.tab.api.protocol.TabPacket
      Overrides:
      toString in class Object
    • getEntityId

      public int getEntityId()
    • getLocation

      public org.bukkit.Location getLocation()