Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Colorable.java
Go to the documentation of this file.
1 package org.bukkit.material;
2 
3 import org.bukkit.DyeColor;
4 
8 public interface Colorable {
9 
15  public DyeColor getColor();
16 
22  public void setColor(DyeColor color);
23 
24 }