Uses of Enum Class
org.cloudburstmc.api.util.data.DyeColor
Packages that use DyeColor
Package
Description
-
Uses of DyeColor in org.cloudburstmc.api.block
Fields in org.cloudburstmc.api.block with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic EnumBlockTrait<DyeColor>BlockTraits.COLORstatic EnumBlockTrait<DyeColor>BlockTraits.CORAL_COLORstatic EnumBlockTrait<DyeColor>BlockTraits.CORAL_HANG_COLOR -
Uses of DyeColor in org.cloudburstmc.api.blockentity
Methods in org.cloudburstmc.api.blockentity that return DyeColorMethods in org.cloudburstmc.api.blockentity with parameters of type DyeColor -
Uses of DyeColor in org.cloudburstmc.api.item.data
Methods in org.cloudburstmc.api.item.data with parameters of type DyeColorModifier and TypeMethodDescriptionstatic BannerDataBannerData.of(int type, DyeColor base, List<BannerPattern> patterns) -
Uses of DyeColor in org.cloudburstmc.api.util.data
Methods in org.cloudburstmc.api.util.data that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorDyeColor.getByDyeData(int dyeColorMeta)static DyeColorDyeColor.getByWoolData(int woolColorMeta)BannerPattern.getColor()TerracottaColor.getDyeColor(Identifier type)static DyeColorReturns the enum constant of this class with the specified name.static DyeColor[]DyeColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.util.data with parameters of type DyeColorMethod parameters in org.cloudburstmc.api.util.data with type arguments of type DyeColor