Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Abilityer ¶
type Abilityer interface { engine.EntityImpl HasAbility(name string) bool GiveAbility(name, text string) }
type ActionPresseder ¶
type ActionPresseder interface { engine.EntityImpl ActionPressed() bool }
type Contentser ¶
type Contentser interface { engine.EntityImpl ReadContents() level.Contents }
type GroundEntityer ¶
type GroundEntityer interface { engine.EntityImpl ReadGroundEntity() *engine.Entity }
type HandleToucher ¶
type HandleToucher interface { engine.EntityImpl HandleTouch(trace engine.TraceResult) }
type Physics ¶
type Physics interface { Velocityer GroundEntityer HandleToucher Contentser }
Click to show internal directories.
Click to hide internal directories.