Class PlainViewContextImpl
java.lang.Object
tech.guilhermekaua.spigotboot.inventoryapi.internal.context.AbstractViewContext
tech.guilhermekaua.spigotboot.inventoryapi.internal.context.PlainViewContextImpl
- All Implemented Interfaces:
ViewContext,StateBackedContext
Plain phase-less context handed out by
ViewService.contextOf; adds nothing on top of
the base context behavior.-
Constructor Summary
ConstructorsConstructorDescriptionPlainViewContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine) Creates the context for a live session. -
Method Summary
Methods inherited from class tech.guilhermekaua.spigotboot.inventoryapi.internal.context.AbstractViewContext
arguments, close, config, contextActive, engine, inventory, isActive, openView, openView, owner, player, playerId, plugin, session, stateStore, update, updateTitle, view
-
Constructor Details
-
PlainViewContextImpl
public PlainViewContextImpl(@NotNull @NotNull ViewSession session, @NotNull @NotNull ViewEngine engine) Creates the context for a live session.
-