Constructor and Description |
---|
C18PacketSpectate() |
C18PacketSpectate(java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
Entity |
getEntity(WorldServer worldIn) |
void |
handle(INetHandlerPlayServer handler) |
void |
processPacket(INetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public C18PacketSpectate()
public C18PacketSpectate(java.util.UUID id)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void handle(INetHandlerPlayServer handler)
public Entity getEntity(WorldServer worldIn)
public void processPacket(INetHandler handler)
processPacket
in interface Packet