Package com.xebisco.yield
Interface EntityStarter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface represents a starter for an entity of type
Entity2D.-
Method Summary
-
Method Details
-
start
The functionstart(Entity2D e)is a method that takes an object of typeEntity2Das a parameter.
-