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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA normal mergedWindowbuilder.static interfaceA normal singleWindowbuilder.static interfaceA normal splitWindowbuilder.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