public interface ImmutableDropData extends ImmutableDataManipulator<ImmutableDropData,DropData>
ImmutableDataManipulator
for representing the "droppable" state.
If the state is false
, whatever DataHolder
or
ImmutableDataHolder
will not "drop" in the world. Usually applicable
to BlockTypes.SKULL
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
willDrop()
Gets the
ImmutableValue for the "droppable" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> willDrop()
ImmutableValue
for the "droppable" state.