Package xyz.xenondevs.invui.window
Interface Window.Builder.Normal<V,S extends Window.Builder.Normal<V,S>>
- Type Parameters:
V
- The viewer typeS
- The builder type
- All Superinterfaces:
Cloneable
,Window.Builder<Window,
S>
- All Known Subinterfaces:
Window.Builder.Normal.Merged
,Window.Builder.Normal.Single
,Window.Builder.Normal.Split
- Enclosing interface:
Window.Builder<W extends Window,
S extends Window.Builder<W, S>>
public static interface Window.Builder.Normal<V,S extends Window.Builder.Normal<V,S>>
extends Window.Builder<Window,S>
A normal
Window
builder for Windows
of inventories with no special functionality, such
as chests, hoppers and droppers.- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A normal mergedWindow
builder.static interface
A normal singleWindow
builder.static interface
A normal splitWindow
builder.Nested classes/interfaces inherited from interface xyz.xenondevs.invui.window.Window.Builder
Window.Builder.Double<W extends Window,
S extends Window.Builder.Double<W, S>>, Window.Builder.Normal<V, S extends Window.Builder.Normal<V, S>> -
Method Summary
Methods inherited from interface xyz.xenondevs.invui.window.Window.Builder
addCloseHandler, addModifier, addOpenHandler, addOutsideClickHandler, build, build, clone, open, setCloseable, setCloseHandlers, setModifiers, setOpenHandlers, setOutsideClickHandlers, setTitle, setTitle, setTitle, setViewer