Element

blockudoku.models.Element
case class Element(structure: List[Point], slot: Int, colors: Int)

Represents a placeable element in the game.

Value parameters

colors

Index of the color of the element.

slot

The slot the element is in.

structure

List of points that make up the element.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dimensions: (Int, Int, Int, Int)

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product