public class PlayerUpdateEntityOverridesPacket extends java.lang.Object implements BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
PlayerUpdateEntityOverridesPacket.UpdateType |
| Constructor and Description |
|---|
PlayerUpdateEntityOverridesPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
BedrockPacket |
clone()
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
boolean |
equals(java.lang.Object o) |
long |
getEntityUniqueId() |
float |
getFloatValue() |
int |
getIntValue() |
BedrockPacketType |
getPacketType() |
int |
getPropertyIndex() |
PlayerUpdateEntityOverridesPacket.UpdateType |
getUpdateType() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setEntityUniqueId(long entityUniqueId) |
void |
setFloatValue(float floatValue) |
void |
setIntValue(int intValue) |
void |
setPropertyIndex(int propertyIndex) |
void |
setUpdateType(PlayerUpdateEntityOverridesPacket.UpdateType updateType) |
java.lang.String |
toString() |
public org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic BedrockPacket clone()
BedrockPacketUnsupportedOperationException if the packet implements ReferenceCountedclone in interface BedrockPacketclone in class java.lang.Objectpublic long getEntityUniqueId()
public int getPropertyIndex()
public PlayerUpdateEntityOverridesPacket.UpdateType getUpdateType()
public int getIntValue()
public float getFloatValue()
public void setEntityUniqueId(long entityUniqueId)
public void setPropertyIndex(int propertyIndex)
public void setUpdateType(PlayerUpdateEntityOverridesPacket.UpdateType updateType)
public void setIntValue(int intValue)
public void setFloatValue(float floatValue)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object