decorations abstract method

Iterable<GameDecoration> decorations({
  1. bool onlyVisible = false,
})

Used to get all "Decoration" or oly visibles.

Implementation

Iterable<GameDecoration> decorations({bool onlyVisible = false});