{@code + * A typical NBT structure of an {@link ILabel} is as follows: + * + **/ public ILabel deserialize(NBTTagCompound nbt) { String s = nbt.getString(KEY_IDENTIFIER); Function+ * {@code * { * KEY_IDENTIFIER: entry_id * KEY_CONTENT: { * entry_content * } * } - * }+ * } + *