public class SpawnParticleEffectPacket extends BedrockPacket
| Constructor and Description |
|---|
SpawnParticleEffectPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getDimensionId() |
String |
getIdentifier() |
com.nukkitx.math.vector.Vector3f |
getPosition() |
long |
getUniqueEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setDimensionId(int dimensionId) |
void |
setIdentifier(String identifier) |
void |
setPosition(com.nukkitx.math.vector.Vector3f position) |
void |
setUniqueEntityId(long uniqueEntityId) |
String |
toString() |
getHeader, setHeaderpublic boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic int getDimensionId()
public long getUniqueEntityId()
public com.nukkitx.math.vector.Vector3f getPosition()
public String getIdentifier()
public void setDimensionId(int dimensionId)
public void setUniqueEntityId(long uniqueEntityId)
public void setPosition(com.nukkitx.math.vector.Vector3f position)
public void setIdentifier(String identifier)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.