Interface Role.DeferredAction
- Enclosing class:
Role
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleantick(Ref<EntityStore> var1, Role var2, double var3, Store<EntityStore> var5)
-
Method Details
-
tick
boolean tick(@Nonnull Ref<EntityStore> var1, @Nonnull Role var2, double var3, @Nonnull Store<EntityStore> var5)
-