Class PlatformRenderInterceptor
java.lang.Object
me.devnatan.inventoryframework.pipeline.PlatformRenderInterceptor
- All Implemented Interfaces:
me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
public final class PlatformRenderInterceptor
extends Object
implements me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintercept(@NotNull me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, me.devnatan.inventoryframework.VirtualView view)
-
Constructor Details
-
PlatformRenderInterceptor
public PlatformRenderInterceptor()
-
-
Method Details
-
intercept
public void intercept(@NotNull @NotNull me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, me.devnatan.inventoryframework.VirtualView view) - Specified by:
interceptin interfaceme.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
-