Class UpdateSystemBuilder
java.lang.Object
dev.prozilla.pine.core.system.SystemBuilder<UpdateSystem,UpdateSystemBuilder>
dev.prozilla.pine.core.system.update.UpdateSystemBuilder
Utility class for building update systems.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class dev.prozilla.pine.core.system.SystemBuilder
componentTypes, entityTag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a new system.protected UpdateSystemBuilderself()Ensures subclasses return the correct type in method chains.setCallback(UpdateSystemBuilder.Callback callback) Methods inherited from class dev.prozilla.pine.core.system.SystemBuilder
finishBuild, setRequiredTag
-
Constructor Details
-
UpdateSystemBuilder
-
-
Method Details
-
self
Description copied from class:SystemBuilderEnsures subclasses return the correct type in method chains.- Specified by:
selfin classSystemBuilder<UpdateSystem,UpdateSystemBuilder>
-
setCallback
-
build
Description copied from class:SystemBuilderCreates a new system.- Specified by:
buildin classSystemBuilder<UpdateSystem,UpdateSystemBuilder>
-