summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-10-06 10:55:06 +1000
committermd_5 <git@md-5.net>2018-10-06 10:55:06 +1000
commit66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099 (patch)
tree6fd4f0831e3b7f330fc47b79f05fe9e44b323f01
parent76fdc1ef45b786f97452d636d1bceb39fbda3c4b (diff)
downloadbukkit-66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099.tar
bukkit-66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099.tar.gz
bukkit-66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099.tar.lz
bukkit-66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099.tar.xz
bukkit-66b9b8fdd86fe1ef2c7c02ca2316a4025cbfb099.zip
Clarify Colorable docs further
-rw-r--r--src/main/java/org/bukkit/material/Colorable.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/org/bukkit/material/Colorable.java b/src/main/java/org/bukkit/material/Colorable.java
index 0c0f7140..f34ebc67 100644
--- a/src/main/java/org/bukkit/material/Colorable.java
+++ b/src/main/java/org/bukkit/material/Colorable.java
@@ -10,7 +10,8 @@ public interface Colorable {
/**
* Gets the color of this object.
* <br>
- * This may be null to represent the default color of an object.
+ * This may be null to represent the default color of an object, if the
+ * object has a special default color (e.g Shulkers).
*
* @return The DyeColor of this object.
*/
@@ -19,7 +20,8 @@ public interface Colorable {
/**
* Sets the color of this object to the specified DyeColor.
* <br>
- * This may be null to represent the default color of an object.
+ * This may be null to represent the default color of an object, if the
+ * object has a special default color (e.g Shulkers).
*
* @param color The color of the object, as a DyeColor.
*/