public interface ImmutableSnowedData extends ImmutableDataManipulator<ImmutableSnowedData,SnowedData>
ImmutableDataManipulator
for handling the "snowed" state. Usually
applicable to BlockTypes.DIRT
, and BlockTypes.GRASS
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
hasSnow()
Gets the
ImmutableValue for the "snowed" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> hasSnow()
ImmutableValue
for the "snowed" state.