public interface ImmutableShatteringData extends ImmutableDataManipulator<ImmutableShatteringData,ShatteringData>
ImmutableDataManipulator
representing the "shattering" state of
an EnderPearl
. Usually, if an EnderPearl
will "shatter" at
the end of it's travel duration such that no ItemStack
will drop.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
willShatter()
Gets the
ImmutableValue for the "shattering" state of an
EnderPearl . |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> willShatter()
ImmutableValue
for the "shattering" state of an
EnderPearl
.