Package net.worcade.client.modify
Interface LabelModification
-
- All Superinterfaces:
EntityModification
- All Known Subinterfaces:
LabelCreate
public interface LabelModification extends EntityModification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelModificationbackgroundColor(String color)LabelModificationforegroundColor(String color)LabelModificationname(String name)
-
-
-
Method Detail
-
name
LabelModification name(String name)
-
backgroundColor
LabelModification backgroundColor(String color)
-
foregroundColor
LabelModification foregroundColor(String color)
-
-