| Modifier and Type | Method and Description |
|---|---|
void |
displayOnToggleState(Entity<?> entity,
String toggle,
boolean state)
Will display the entity only when the toggle state matches the state you set
|
void |
onAfterGameTurn() |
void |
onAfterOnEnd() |
void |
onGameInit() |
public void onGameInit()
onGameInit in interface Modulepublic void onAfterGameTurn()
onAfterGameTurn in interface Modulepublic void onAfterOnEnd()
onAfterOnEnd in interface Modulepublic void displayOnToggleState(Entity<?> entity, String toggle, boolean state)
entity - which will be displayedtoggle - the name of the toggle you want to usestate - the state of the toggle where the entity will be displayed atCopyright © 2019. All rights reserved.