public class ServerEntityRemoveEffectPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntityRemoveEffectPacket(int entityId,
Effect effect) |
| Modifier and Type | Method and Description |
|---|---|
Effect |
getEffect() |
int |
getEntityId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntityRemoveEffectPacket(int entityId,
Effect effect)
public int getEntityId()
public Effect getEffect()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.