public interface ImmutablePlayingData extends ImmutableDataManipulator<ImmutablePlayingData,PlayingData>
ImmutableDataManipulator
for the "is playing" state of
Villager
s that are currently "babies".Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
playing()
Gets the
ImmutableValue for the "playing" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> playing()
ImmutableValue
for the "playing" state.