Class RenderSystemBuilder
java.lang.Object
dev.prozilla.pine.core.system.SystemBuilder<RenderSystem,RenderSystemBuilder>
dev.prozilla.pine.core.system.render.RenderSystemBuilder
Utility class for building render 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 RenderSystemBuilderself()Ensures subclasses return the correct type in method chains.setCallback(RenderSystemBuilder.Callback callback) Methods inherited from class dev.prozilla.pine.core.system.SystemBuilder
finishBuild, setRequiredTag
-
Constructor Details
-
RenderSystemBuilder
-
-
Method Details
-
self
Description copied from class:SystemBuilderEnsures subclasses return the correct type in method chains.- Specified by:
selfin classSystemBuilder<RenderSystem,RenderSystemBuilder>
-
setCallback
-
build
Description copied from class:SystemBuilderCreates a new system.- Specified by:
buildin classSystemBuilder<RenderSystem,RenderSystemBuilder>
-