Class HorizontalSplitGUIPane
java.lang.Object
de.placeblock.betterinventories.content.GUISection
de.placeblock.betterinventories.content.pane.GUIPane
de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane
de.placeblock.betterinventories.content.pane.impl.HorizontalSplitGUIPane
- All Implemented Interfaces:
Sizeable
A
GUIPane with an upper and lower pane.
Renders the lower pane always below the upper pane.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane
BaseHorizontalSplitGUIPane.AbstractBuilder<B extends BaseHorizontalSplitGUIPane.AbstractBuilder<B,P>, P extends BaseHorizontalSplitGUIPane> -
Field Summary
Fields inherited from class de.placeblock.betterinventories.content.GUISection
maxSize, minSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane
getChildren, getLowerPanePos, onItemProvide, render, search, updateSize, updateSizeRecursiveMethods inherited from class de.placeblock.betterinventories.content.pane.GUIPane
onItemAdd, onItemAmount, onItemClick, onItemRemove, onSizeChange, provideItem, renderOnList, setHeight, setSize, setWidth, updateChildrenRecursiveMethods inherited from class de.placeblock.betterinventories.content.GUISection
getEmptyContentList, getHeight, getSlots, getWidth, slotToVector, vectorToSlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.placeblock.betterinventories.Sizeable
clampSize, getMaxSize, getMinSize, getSize
-
Constructor Details
-
HorizontalSplitGUIPane
protected HorizontalSplitGUIPane(GUI gui, Vector2d minSize, Vector2d maxSize, GUIPane upperPane, GUIPane lowerPane) Creates a new HorizontalSplitGUIPane- Parameters:
gui- The GUIminSize- The minimum size of the PanemaxSize- The maximum size of the PaneupperPane- The upper panelowerPane- The lower pane
-