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 String
getLabel()
String
getParent()
CoordI2
getPosition()
void
serverTranslateEntityPass1(Edge2 rotation, CoordI2 dimension, GameSession gameSession)
void
setSharedState(Map<String,Object> state)
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
-