public class NPacketPlayInEntityAction extends Object implements NPacketPlayIn
Modifier and Type | Class and Description |
---|---|
static class |
NPacketPlayInEntityAction.EnumPlayerAction |
Modifier and Type | Field and Description |
---|---|
NPacketPlayInEntityAction.EnumPlayerAction |
action |
int |
entityId |
int |
sequence |
Constructor and Description |
---|
NPacketPlayInEntityAction() |
Modifier and Type | Method and Description |
---|---|
PacketType |
getPacketType()
Get type of packet
|
void |
read(PacketSerializer serializer,
Version version)
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getPacketName, write
public int entityId
public int sequence
public NPacketPlayInEntityAction.EnumPlayerAction action
public void read(PacketSerializer serializer, Version version)
NPacket
public PacketType getPacketType()
NPacket
getPacketType
in interface NPacket