public interface ImmutableBreakableData extends ImmutableDataManipulator<ImmutableBreakableData,BreakableData>
ImmutableDataManipulator
handling the list of BlockType
s
that the ItemStack
can physically break. Usually this mechanic is
only applicable to Player
s when they are in a particular
GameMode
. When the ItemStack
dictates that it is able to
break a particular BlockType
, other BlockType
s can not be
broken by the same ItemStack
.Modifier and Type | Method and Description |
---|---|
ImmutableSetValue<BlockType> |
breakable()
|
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableSetValue<BlockType> breakable()