- java.lang.Object
- 
- aeonics.template.Item<Step.Type>
- 
- aeonics.entity.Step
- 
- aeonics.entity.Step.Origin
- 
- aeonics.entity.Scheduled
 
 
 
 
- 
 public class Scheduled extends Step.Origin This class represents an origin step that is activated at regular interval.You should provide the Scheduled.Type.task(Consumer)and set a recurrence rule.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScheduled.Type- 
Nested classes/interfaces inherited from class aeonics.entity.Step.OriginStep.Origin.Background, Step.Origin.NetworkClient, Step.Origin.NetworkServer
 - 
Nested classes/interfaces inherited from class aeonics.entity.StepStep.Action, Step.Destination, Step.Origin, Step.ROLE, Step.Template
 
- 
 - 
Constructor SummaryConstructors Constructor Description Scheduled()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.function.Supplier<? extends Scheduled.Type>defaultCreator()Returns the default target entity creator.protected java.lang.Class<? extends Scheduled.Type>defaultTarget()Returns the default target entity type.Step.Templatetemplate()Returns the template to build the target entity.
 
- 
- 
- 
Method Detail- 
defaultTargetprotected java.lang.Class<? extends Scheduled.Type> defaultTarget() Description copied from class:ItemReturns the default target entity type. This method should be implemented by subclasses to specify the target entity type.- Overrides:
- defaultTargetin class- Step.Origin
- Returns:
- the default target entity type
 
 - 
defaultCreatorprotected java.util.function.Supplier<? extends Scheduled.Type> defaultCreator() Description copied from class:ItemReturns the default target entity creator. This method should be implemented by subclasses to specify the entity creator.- Overrides:
- defaultCreatorin class- Step.Origin
- Returns:
- the default target entity creator
 
 - 
templatepublic Step.Template template() Description copied from class:ItemReturns the template to build the target entity.This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement. - Overrides:
- templatein class- Step.Origin
- Returns:
- the matching entity template
 
 
- 
 
-