public interface ImmutableHorseData extends ImmutableDataManipulator<ImmutableHorseData,HorseData>
ImmutableDataManipulator handling the various information for a
RideableHorse including HorseColor, HorseStyle.| Modifier and Type | Method and Description |
|---|---|
ImmutableValue<HorseColor> |
color()
Gets an
ImmutableValue for the HorseColor. |
ImmutableValue<HorseStyle> |
style()
Gets an
ImmutableValue for the HorseStyle. |
asMutable, copy, with, withgetContentVersion, toContainerImmutableValue<HorseColor> color()
ImmutableValue for the HorseColor.ImmutableValue<HorseStyle> style()
ImmutableValue for the HorseStyle.