Uses of Interface
org.bukkit.material.Colorable
-
Packages that use Colorable Package Description org.bukkit.block Classes used to manipulate the voxels in aworld
, including special states.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld
, including all players, monsters, projectiles, etc.org.bukkit.material Classes that represents various voxel types and states. -
-
Uses of Colorable in org.bukkit.block
Subinterfaces of Colorable in org.bukkit.block Modifier and Type Interface Description interface
Bed
Deprecated.does not provide useful information beyond the material itselfinterface
Sign
Represents a captured state of either a SignPost or a WallSign. -
Uses of Colorable in org.bukkit.entity
Subinterfaces of Colorable in org.bukkit.entity Modifier and Type Interface Description interface
Sheep
Represents a Sheep.interface
Shulker
-
Uses of Colorable in org.bukkit.material
Classes in org.bukkit.material that implement Colorable Modifier and Type Class Description class
Dye
Deprecated.all usage of MaterialData is deprecated and subject to removal.class
Wool
Deprecated.all usage of MaterialData is deprecated and subject to removal.
-