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, transform
getContentVersion, toContainer
Value<HorseColor> color()
Value
for the HorseColor
.Keys.HORSE_COLOR
Value<HorseStyle> style()
Value
for the HorseStyle
.Keys.HORSE_STYLE