public interface ImmutablePlaceableData extends ImmutableDataManipulator<ImmutablePlaceableData,PlaceableData>
ImmutableDataManipulator
handling the Set
of
BlockType
s that the owning ItemStack
may be placed on.
If an item can be placed as a block, such as BlockItemData
,
this item data, if added to the item, can prevent placement of the item
excluding the BlockType
s from this data.Modifier and Type | Method and Description |
---|---|
ImmutableSetValue<BlockType> |
placeable()
|
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableSetValue<BlockType> placeable()