diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedWatchableObject.java b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedWatchableObject.java index 03ccbb74..028a226c 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedWatchableObject.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedWatchableObject.java @@ -172,6 +172,43 @@ public class WrappedWatchableObject { /** * Retrieve the type ID of a watchable object. + *

+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
Type IDData Type
0Byte
1Short
2Int
3Float
4{@link String}
5{@link org.bukkit.inventory.ItemStack ItemStack}
6*{@link com.comphenix.protocol.wrappers.ChunkPosition ChunkPosition}
* @return Type ID that identifies the type of the value. * @throws FieldAccessException Reflection failed. */ @@ -181,6 +218,7 @@ public class WrappedWatchableObject { /** * Set the type ID of a watchable object. + * @see {@link #getTypeID()} for more information. * @param id - the new ID. * @throws FieldAccessException Reflection failed. */