public final class PlayerPositionLookMessage extends PlayerUpdateMessage
| Constructor and Description |
|---|
PlayerPositionLookMessage(boolean onGround,
double x,
double y,
double z,
float yaw,
float pitch)
Creates a message to update a player's location and facing direction.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
float |
getPitch() |
double |
getX() |
double |
getY() |
float |
getYaw() |
double |
getZ() |
int |
hashCode() |
boolean |
moved() |
String |
toString() |
void |
update(org.bukkit.Location location) |
isOnGroundpublic PlayerPositionLookMessage(boolean onGround,
double x,
double y,
double z,
float yaw,
float pitch)
x - the player's X coordinatey - the player's Y coordinatez - the player's Z coordinateyaw - the yaw anglepitch - the pitch angleonGround - whether the player is on the groundpublic void update(org.bukkit.Location location)
update in class PlayerUpdateMessagepublic boolean moved()
moved in class PlayerUpdateMessagepublic String toString()
toString in interface com.flowpowered.network.MessagetoString in class PlayerUpdateMessagepublic double getX()
public double getY()
public double getZ()
public float getYaw()
public float getPitch()
public boolean equals(Object o)
equals in interface com.flowpowered.network.Messageequals in class PlayerUpdateMessageprotected boolean canEqual(Object other)
canEqual in class PlayerUpdateMessagepublic int hashCode()
hashCode in interface com.flowpowered.network.MessagehashCode in class PlayerUpdateMessageCopyright © 2021. All rights reserved.