14151617181920
} @Override public ActivateItemMessage decode(ChannelBuffer buffer) throws IOException { int slot = buffer.readUnsignedShort(); return new ActivateItemMessage(slot); }