Class EntityTeleportMessage
java.lang.Object
net.glowstone.net.message.play.entity.EntityTeleportMessage
- All Implemented Interfaces:
com.flowpowered.network.Message
-
Constructor Summary
ConstructorsConstructorDescriptionEntityTeleportMessage(int id, double x, double y, double z, int rotation, int pitch) EntityTeleportMessage(int id, double x, double y, double z, int rotation, int pitch, boolean onGround) EntityTeleportMessage(int id, org.bukkit.Location location) -
Method Summary
-
Constructor Details
-
EntityTeleportMessage
public EntityTeleportMessage(int id, double x, double y, double z, int rotation, int pitch) -
EntityTeleportMessage
public EntityTeleportMessage(int id, org.bukkit.Location location) -
EntityTeleportMessage
public EntityTeleportMessage(int id, double x, double y, double z, int rotation, int pitch, boolean onGround)
-
-
Method Details
-
getId
public int getId() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getRotation
public int getRotation() -
getPitch
public int getPitch() -
isOnGround
public boolean isOnGround() -
equals
-
hashCode
public int hashCode() -
toString
-