Skip to content
Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

IState

Namespace: TommoJProductions.ModApi.StateMachine

The ModAPI State Interface. States should inherent from this.

public interface IState

Methods

update()

The states update call.

void update()

onEnter()

The states enter call.

void onEnter()

onExit()

The states exit call.

void onExit()

Clone this wiki locally