public class SpawnExperienceOrbPacket extends BedrockPacket
| Constructor and Description |
|---|
SpawnExperienceOrbPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getAmount() |
com.flowpowered.math.vector.Vector3f |
getPosition() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setAmount(int amount) |
void |
setPosition(com.flowpowered.math.vector.Vector3f position) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic com.flowpowered.math.vector.Vector3f getPosition()
public int getAmount()
public void setPosition(com.flowpowered.math.vector.Vector3f position)
public void setAmount(int amount)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.