diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/org/bukkit/material/Colorable.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/material/Colorable.java b/src/main/java/org/bukkit/material/Colorable.java index 3b91b247..0c0f7140 100644 --- a/src/main/java/org/bukkit/material/Colorable.java +++ b/src/main/java/org/bukkit/material/Colorable.java @@ -9,6 +9,8 @@ public interface Colorable { /** * Gets the color of this object. + * <br> + * This may be null to represent the default color of an object. * * @return The DyeColor of this object. */ @@ -16,6 +18,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. * * @param color The color of the object, as a DyeColor. */ |