Player Info Packet
class PlayerInfoPacket(buffer: ByteBuf) : DefaultByteBufHolder, OutgoingGameMessage, ConsumableMessage
A npc info packet class, wrapped in its own byte buf holder as the packet encoder is only invoked through Netty threads, therefore it is not safe to strictly pass the reference from player info itself.