public class AddPlayerPacket extends BedrockPacket
| Constructor and Description |
|---|
AddPlayerPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getCommandPermission() |
int |
getCustomFlags() |
String |
getDeviceId() |
List<EntityLink> |
getEntityLinks() |
ItemData |
getHand() |
EntityDataDictionary |
getMetadata() |
com.flowpowered.math.vector.Vector3f |
getMotion() |
String |
getPlatformChatId() |
int |
getPlayerFlags() |
int |
getPlayerPermission() |
com.flowpowered.math.vector.Vector3f |
getPosition() |
com.flowpowered.math.vector.Vector3f |
getRotation() |
long |
getRuntimeEntityId() |
long |
getUniqueEntityId() |
String |
getUsername() |
UUID |
getUuid() |
int |
getWorldFlags() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setCommandPermission(int commandPermission) |
void |
setCustomFlags(int customFlags) |
void |
setDeviceId(String deviceId) |
void |
setHand(ItemData hand) |
void |
setMotion(com.flowpowered.math.vector.Vector3f motion) |
void |
setPlatformChatId(String platformChatId) |
void |
setPlayerFlags(int playerFlags) |
void |
setPlayerPermission(int playerPermission) |
void |
setPosition(com.flowpowered.math.vector.Vector3f position) |
void |
setRotation(com.flowpowered.math.vector.Vector3f rotation) |
void |
setRuntimeEntityId(long runtimeEntityId) |
void |
setUniqueEntityId(long uniqueEntityId) |
void |
setUsername(String username) |
void |
setUuid(UUID uuid) |
void |
setWorldFlags(int worldFlags) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic EntityDataDictionary getMetadata()
public List<EntityLink> getEntityLinks()
public UUID getUuid()
public String getUsername()
public long getUniqueEntityId()
public long getRuntimeEntityId()
public String getPlatformChatId()
public com.flowpowered.math.vector.Vector3f getPosition()
public com.flowpowered.math.vector.Vector3f getMotion()
public com.flowpowered.math.vector.Vector3f getRotation()
public ItemData getHand()
public int getPlayerFlags()
public int getCommandPermission()
public int getWorldFlags()
public int getPlayerPermission()
public int getCustomFlags()
public String getDeviceId()
public void setUuid(UUID uuid)
public void setUsername(String username)
public void setUniqueEntityId(long uniqueEntityId)
public void setRuntimeEntityId(long runtimeEntityId)
public void setPlatformChatId(String platformChatId)
public void setPosition(com.flowpowered.math.vector.Vector3f position)
public void setMotion(com.flowpowered.math.vector.Vector3f motion)
public void setRotation(com.flowpowered.math.vector.Vector3f rotation)
public void setHand(ItemData hand)
public void setPlayerFlags(int playerFlags)
public void setCommandPermission(int commandPermission)
public void setWorldFlags(int worldFlags)
public void setPlayerPermission(int playerPermission)
public void setCustomFlags(int customFlags)
public void setDeviceId(String deviceId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.