Class ChildContainer
java.lang.Object
xyz.gmitch215.socketmc.screen.layout.AbstractLayout.AbstractChildContainer
xyz.gmitch215.socketmc.screen.layout.ChildContainer
- All Implemented Interfaces:
 Serializable
The default Container for all children in a layout.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionChildContainer(@NotNull LayoutElement element, @NotNull LayoutSettings settings) Constructs a new ChildContainer with the specified element and settings. - 
Method Summary
Methods inherited from class xyz.gmitch215.socketmc.screen.layout.AbstractLayout.AbstractChildContainer
getElement, getHeight, getSettings, getWidth, setHorizontalBounds, setVerticalBounds 
- 
Constructor Details
- 
ChildContainer
public ChildContainer(@NotNull @NotNull LayoutElement element, @NotNull @NotNull LayoutSettings settings) Constructs a new ChildContainer with the specified element and settings.- Parameters:
 element- the elementsettings- the settings
 
 -