enum classafFantomMappy::BlockPillarFlag

sys::Obj
  sys::Enum
    afFantomMappy::BlockPillarFlag

@Js
@Serializable { simple=true }

Represents the pillar flags in a block.

attachNext

Source

const static BlockPillarFlag attachNext := ...

fromStr

Source

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

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

leftSidePillar

Source

const static BlockPillarFlag leftSidePillar := ...

none

Source

const static BlockPillarFlag none := ...

rightSidePillar

Source

const static BlockPillarFlag rightSidePillar := ...

toBlockflag

Source

const BlockFlag toBlockflag

toDrawMode

Source

const RendererDrawMode toDrawMode

vals

Source

const static BlockPillarFlag[] vals := ...

List of BlockPillarFlag values indexed by ordinal