Item.placeable

Indicates whether or not the item can be placed. If this function returns true, Item::place(World world) will be probably called next for place a block

class Item
pure nothrow @property @safe @nogc
bool
placeable
()

Meta