Interface Window.Builder.Double<W extends Window,S extends Window.Builder.Double<W,S>>

Type Parameters:
W - The window type
S - The builder type
All Superinterfaces:
Cloneable, Window.Builder<W,S>
All Known Subinterfaces:
AnvilWindow.Builder.Split, CartographyWindow.Builder.Split, Window.Builder.Normal.Split
All Known Implementing Classes:
AbstractSplitWindow.AbstractBuilder
Enclosing interface:
Window.Builder<W extends Window,S extends Window.Builder<W,S>>

public static interface Window.Builder.Double<W extends Window,S extends Window.Builder.Double<W,S>> extends Window.Builder<W,S>
A double Window builder. Double Windows have two Guis.
See Also: