Package me.ulrich.clans.utils
Class DyeColorUtil
java.lang.Object
me.ulrich.clans.utils.DyeColorUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.DyeColorof(int number) static org.bukkit.DyeColorof(org.bukkit.Material material) static org.bukkit.MaterialtoBannerMaterial(org.bukkit.DyeColor dyeColor) static org.bukkit.inventory.ItemStacktoDyeItemStack(org.bukkit.DyeColor dyeColor, int amount) static org.bukkit.MaterialtoDyeMaterial(org.bukkit.DyeColor dyeColor) static shorttoShort(org.bukkit.DyeColor dyeColor) static org.bukkit.MaterialtoWoolMaterial(org.bukkit.DyeColor dyeColor)
-
Constructor Details
-
DyeColorUtil
public DyeColorUtil()
-
-
Method Details
-
of
public static org.bukkit.DyeColor of(int number) -
of
public static org.bukkit.DyeColor of(org.bukkit.Material material) -
toShort
public static short toShort(org.bukkit.DyeColor dyeColor) -
toBannerMaterial
public static org.bukkit.Material toBannerMaterial(org.bukkit.DyeColor dyeColor) -
toDyeMaterial
public static org.bukkit.Material toDyeMaterial(org.bukkit.DyeColor dyeColor) -
toDyeItemStack
public static org.bukkit.inventory.ItemStack toDyeItemStack(org.bukkit.DyeColor dyeColor, int amount) -
toWoolMaterial
public static org.bukkit.Material toWoolMaterial(org.bukkit.DyeColor dyeColor)
-