Class GlobalClickInterceptor
java.lang.Object
me.devnatan.inventoryframework.pipeline.GlobalClickInterceptor
- All Implemented Interfaces:
me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
public final class GlobalClickInterceptor
extends Object
implements me.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
Intercepted when a player clicks on the view container.
If the click is canceled, this interceptor ends the pipeline immediately.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintercept(@NotNull me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, @NotNull me.devnatan.inventoryframework.VirtualView subject)
-
Constructor Details
-
GlobalClickInterceptor
public GlobalClickInterceptor()
-
-
Method Details
-
intercept
public void intercept(@NotNull @NotNull me.devnatan.inventoryframework.pipeline.PipelineContext<me.devnatan.inventoryframework.VirtualView> pipeline, @NotNull @NotNull me.devnatan.inventoryframework.VirtualView subject) - Specified by:
interceptin interfaceme.devnatan.inventoryframework.pipeline.PipelineInterceptor<me.devnatan.inventoryframework.VirtualView>
-