Item.place

If Item::placeable returns true, this function should return an instance of the block that will be placed.

class Item
ushort
place

Parameters

world World

the world where the block has been placed

position BlockPosition

where the item should place the block

face uint

side of the block touched when placed

Meta