public interface ImmutableBreedableData extends ImmutableDataManipulator<ImmutableBreedableData,BreedableData>
ImmutableDataManipulator
for the "breedable" state of
an Entity
. Usually applicable to Animal
s.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
breedable()
Gets the
ImmutableValue for the "breedable" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> breedable()
ImmutableValue
for the "breedable" state.