public interface ImmutableSilentData extends ImmutableDataManipulator<ImmutableSilentData,SilentData>
ImmutableDataManipulator
for the "silent" state of an Entity
.
In Vanilla, this prevents an Entity
from playing any sounds
(or making any noise).
Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
silent()
Gets the
ImmutableValue for the "silent state". |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> silent()
ImmutableValue
for the "silent state".