Interface AutomationAction
-
- All Superinterfaces:
BiPredicate<AbstractEntity,GameSession>
public interface AutomationAction extends BiPredicate<AbstractEntity,GameSession>
AutomationAction are actions an entity executes for automation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()StringgetParent()CoordI2getPosition()voidserverTranslateEntityPass1(Edge2 rotation, CoordI2 dimension, GameSession gameSession)voidsetSharedState(Map<String,Object> state)-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
-