enum classafFantomMappy::BlockLayer

sys::Obj
  sys::Enum
    afFantomMappy::BlockLayer

@Js
@Serializable { simple=true }

Represents the layers in a block.

background

Source

const static BlockLayer background := ...

foreground1

Source

const static BlockLayer foreground1 := ...

foreground2

Source

const static BlockLayer foreground2 := ...

foreground3

Source

const static BlockLayer foreground3 := ...

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the BlockLayer instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static BlockLayer[] vals := ...

List of BlockLayer values indexed by ordinal