public interface DropData extends DataManipulator<DropData,ImmutableDropData>
DataManipulator
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 |
---|---|
Value<Boolean> |
willDrop()
Gets the
Value for the "droppable" state. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<Boolean> willDrop()
Value
for the "droppable" state.Keys.SHOULD_DROP