Package org.spongepowered.api.data.type
Interface DyeColor
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(DyeColors.class) public interface DyeColor extends DefaultedRegistryValue
Represents a color of dye that can be used by various items and blocks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Colorcolor()Gets this dye color as aColorfor easy translation.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-