}
enum Context implements PipelinePhase {
// TODO Rename to CONTEXT_CREATE
CONTEXT_BEFORE_RENDER,
/**
* Called when a context is rendered for the first time.
* At this phase the pipeline interceptor subject is a {@link IFRenderContext}.
*/
// TODO Rename to CONTEXT_SETUP
CONTEXT_RENDER,
/**
https://github.com/DevNatan/inventory-framework/blob/2d9c92fc72e44cf233a0508a046723c81203c972/inventory-framework-api/src/main/java/me/devnatan/inventoryframework/pipeline/PipelinePhase.java#L58