PlaceableItem.PlaceableItem

Undocumented in source.
  1. class PlaceableItem
  2. class PlaceableItem
    template PlaceableItem(sul.items.Item _data, block_t _block, E...)
    static if(!(E.length == 0))
    static if(is(typeof(E[0]) == block_t[]))
    class PlaceableItem : PlaceableOnBlockItem {}
  3. class PlaceableItem

Members

Properties

block
block_t block [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
sul.items.Item data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
supportBlocks
block_t[] supportBlocks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PlaceableOnBlockItem

place
block_t place(World world, BlockPosition position, uint face)
Undocumented in source. Be warned that the author may not have intended to support it.
supportBlocks
block_t[] supportBlocks [@property getter]
Undocumented in source.

Meta