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 interfaceBedDeprecated.does not provide useful information beyond the material itselfinterfaceSignRepresents 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 interfaceSheepRepresents a Sheep.interfaceShulker -
Uses of Colorable in org.bukkit.material
Classes in org.bukkit.material that implement Colorable Modifier and Type Class Description classDyeDeprecated.all usage of MaterialData is deprecated and subject to removal.classWoolDeprecated.all usage of MaterialData is deprecated and subject to removal.
-