public class PacketPlayOutEntityStatus extends WrappedPacket
Modifier and Type | Field and Description |
---|---|
int |
entityId |
byte |
status
1 Sent when resetting a mob spawn minecart's timer — appears to be unused by the client 2 Living Entity hurt 3
Living Entity dead 4 Iron Golem throwing up arms 6 Wolf/Ocelot/Horse taming — Spawn “heart” particles 7
Wolf/Ocelot/Horse tamed — Spawn “smoke” particles 8 Wolf shaking water — Trigger the shaking animation 9 (of
self) Eating accepted by server 10 Sheep eating grass or play TNT ignite sound 11 Iron Golem handing over a
rose 12 Villager mating — Spawn “heart” particles 13 Spawn particles indicating that a villager is angry and
seeking revenge 14 Spawn happy particles near a villager 15 Witch animation — Spawn “magic” particles 16 Play
zombie converting into a villager sound 17 Firework exploding 18 Animal in love (ready to mate) — Spawn “heart”
particles 19 Reset squid rotation 20 Spawn explosion particle — works for some living entities 21 Play
guardian sound — works for every entity 22 Enables reduced debug for players 23 Disables reduced debug for
players 24–28 Sets op permission level 0–4 for players
|
Constructor and Description |
---|
PacketPlayOutEntityStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getVanillaPacket()
Converts this wrapped packet to a Vanilla/NMS packet
|
void |
loadVanillaPacket(java.lang.Object packet)
Loads a Vanilla/NMS packet to this wrapper
|
toNMS
public int entityId
public byte status
public java.lang.Object getVanillaPacket()
WrappedPacket
getVanillaPacket
in class WrappedPacket
public void loadVanillaPacket(java.lang.Object packet)
WrappedPacket
loadVanillaPacket
in class WrappedPacket
packet
- - The loadable packet