diff --git a/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/NBTCompound.java b/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/NBTCompound.java index 389180fa0..f622cf126 100644 --- a/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/NBTCompound.java +++ b/item-nbt-api/src/main/java/de/tr7zw/changeme/nbtapi/NBTCompound.java @@ -856,8 +856,8 @@ public NBTCompoundList getCompoundList(String name) { * Returns the stored value if exists, or provided value otherwise. *
* Supported types:
- * {@code byte/Byte, short/Short, int/Integer, long/Long, float/Float, double/Double, byte[], int[]},
- * {@link String}, {@link UUID}
+ * {@code Boolean, Byte, Short, Integer, Long, Float, Double, byte[], int[]},
+ * {@link String}, {@link UUID}, and {@link Enum}
*
* @param key key
* @param defaultValue default non-null value
@@ -873,6 +873,8 @@ public
* Supported types:
- * {@code Byte, Short, Integer, Long, Float, Double, byte[], int[]},
- * {@link String}, {@link UUID}
+ * {@code Boolean, Byte, Short, Integer, Long, Float, Double, byte[], int[]},
+ * {@link String}, {@link UUID}, and {@link Enum}
*
* @param key key
* @param type data type
* @param