Package xyz.xenondevs.invui.window
Interface Window.Builder.Normal.Split
- All Superinterfaces:
Cloneable
,Window.Builder<Window,
,Window.Builder.Normal.Split> Window.Builder.Double<Window,
,Window.Builder.Normal.Split> Window.Builder.Normal<org.bukkit.entity.Player,
Window.Builder.Normal.Split>
- Enclosing interface:
Window.Builder.Normal<V,
S extends Window.Builder.Normal<V, S>>
public static interface Window.Builder.Normal.Split
extends Window.Builder.Normal<org.bukkit.entity.Player,Window.Builder.Normal.Split>, Window.Builder.Double<Window,Window.Builder.Normal.Split>
A normal split
Window
builder. Combines both Window.Builder.Double
and Window.Builder.Normal
for a normal Window
with two Guis
, where the lower Gui
is used to fill the
Player's
inventory.- See Also:
-
Nested Class Summary
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>>, Window.Builder.Single<W extends Window, S extends Window.Builder.Single<W, S>> Nested classes/interfaces inherited from interface xyz.xenondevs.invui.window.Window.Builder.Normal
Window.Builder.Normal.Merged, Window.Builder.Normal.Single, Window.Builder.Normal.Split
-
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
Methods inherited from interface xyz.xenondevs.invui.window.Window.Builder.Double
setLowerGui, setLowerGui, setLowerGui, setUpperGui, setUpperGui, setUpperGui