FlowerPot.item

Places or removes an item from the pot.

  1. Item item [@property getter]
  2. Item item [@property setter]
    class FlowerPot
    @property
    item

Examples

pot.item = new Items.OxeyeDaisy(); // add
pot.item = null; // remove

Meta