public class PacketPlayOutRemoveEntityEffect extends WrappedPacket
| Modifier and Type | Field and Description |
|---|---|
byte |
effectId
1 - Speed 2 - Slowness 3 - Haste 4 - Mining Fatigue 5 - Strength 6 - Instant Health 7 - Instant Damage 8
- Jump Boost 9 - Nausea 10 - Regeneration 11 - Resistance 12 - Fire Resistance 13 - Water Breathing 14 -
Invisibility 15 - Blindness 16 - Night Vision 17 - Hunger 18 - Weakness 19 - Poison 20 - Wither 21 - Health Boost
22 - Absorption 23 - Saturation 24 - Glowing 25 - Levitation 26 - Luck 27 - Bad Luck
|
int |
entityId |
| Constructor and Description |
|---|
PacketPlayOutRemoveEntityEffect() |
| 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
|
toNMSpublic byte effectId
public int entityId
public java.lang.Object getVanillaPacket()
WrappedPacketgetVanillaPacket in class WrappedPacketpublic void loadVanillaPacket(java.lang.Object packet)
WrappedPacketloadVanillaPacket in class WrappedPacketpacket - - The loadable packet