Uses of Class
org.bukkit.DyeColor
| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.block |
Classes used to manipulate the voxels in a
world,
including special states. |
| org.bukkit.block.banner | |
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.entity | |
| org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks. |
| org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of DyeColor in org.bukkit
Methods in org.bukkit that return DyeColor Modifier and Type Method Description static DyeColorDyeColor. getByColor(Color color)Gets the DyeColor with the given color value.static DyeColorDyeColor. getByData(byte data)Deprecated.The name is misleading.static DyeColorDyeColor. getByDyeData(byte data)Deprecated.Magic valuestatic DyeColorDyeColor. getByFireworkColor(Color color)Gets the DyeColor with the given firework color value.static DyeColorDyeColor. getByWoolData(byte data)Deprecated.Magic valuestatic DyeColorDyeColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DyeColor[]DyeColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit with parameters of type DyeColor Modifier and Type Method Description ColorColor. mixDyes(DyeColor... colors)Creates a new color with its RGB components changed as if it was dyed with the colors passed in, replicating vanilla workbench dyeing -
Uses of DyeColor in org.bukkit.block
Methods in org.bukkit.block that return DyeColor Modifier and Type Method Description DyeColorBanner. getBaseColor()Returns the base color for this bannerMethods in org.bukkit.block with parameters of type DyeColor Modifier and Type Method Description voidBanner. setBaseColor(DyeColor color)Sets the base color for this banner -
Uses of DyeColor in org.bukkit.block.banner
Methods in org.bukkit.block.banner that return DyeColor Modifier and Type Method Description DyeColorPattern. getColor()Returns the color of the patternConstructors in org.bukkit.block.banner with parameters of type DyeColor Constructor Description Pattern(DyeColor color, PatternType pattern)Creates a new pattern from the specified color and pattern type -
Uses of DyeColor in org.bukkit.entity
Methods in org.bukkit.entity that return DyeColor Modifier and Type Method Description DyeColorWolf. getCollarColor()Get the collar color of this wolfMethods in org.bukkit.entity with parameters of type DyeColor Modifier and Type Method Description voidWolf. setCollarColor(DyeColor color)Set the collar color of this wolf -
Uses of DyeColor in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return DyeColor Modifier and Type Method Description DyeColorSheepDyeWoolEvent. getColor()Gets the DyeColor the sheep is being dyedMethods in org.bukkit.event.entity with parameters of type DyeColor Modifier and Type Method Description voidSheepDyeWoolEvent. setColor(DyeColor color)Sets the DyeColor the sheep is being dyedConstructors in org.bukkit.event.entity with parameters of type DyeColor Constructor Description SheepDyeWoolEvent(Sheep sheep, DyeColor color) -
Uses of DyeColor in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return DyeColor Modifier and Type Method Description DyeColorBannerMeta. getBaseColor()Returns the base color for this bannerMethods in org.bukkit.inventory.meta with parameters of type DyeColor Modifier and Type Method Description voidBannerMeta. setBaseColor(DyeColor color)Sets the base color for this banner -
Uses of DyeColor in org.bukkit.material
Methods in org.bukkit.material that return DyeColor Modifier and Type Method Description DyeColorColorable. getColor()Gets the color of this object.DyeColorDye. getColor()Gets the current color of this dyeDyeColorWool. getColor()Gets the current color of this dyeMethods in org.bukkit.material with parameters of type DyeColor Modifier and Type Method Description voidColorable. setColor(DyeColor color)Sets the color of this object to the specified DyeColor.voidDye. setColor(DyeColor color)Sets the color of this dyevoidWool. setColor(DyeColor color)Sets the color of this dye