public interface HorseData extends DataManipulator<HorseData,ImmutableHorseData>
DataManipulator handling the various information for a
RideableHorse including HorseColor, HorseStyle.| Modifier and Type | Method and Description |
|---|---|
Value<HorseColor> |
color()
Gets a
Value for the HorseColor. |
Value<HorseStyle> |
style()
Gets a
Value for the HorseStyle. |
asImmutable, copy, fill, fill, from, set, set, set, set, transformgetContentVersion, toContainerValue<HorseColor> color()
Value for the HorseColor.Keys.HORSE_COLORValue<HorseStyle> style()
Value for the HorseStyle.Keys.HORSE_STYLE