18192021222324
int id = buffer.readInt(); int status = buffer.readUnsignedByte(); int x = buffer.readInt(); int y = buffer.readUnsignedByte(); int z = buffer.readInt(); return new UseBedMessage(id, status, x, y, z); }