Package codechicken.lib.gui.modular.lib
Interface ContentElement<T extends GuiElement<?>>
- All Known Implementing Classes:
GuiColourPicker,GuiDVD,GuiManipulable,GuiScrolling
public interface ContentElement<T extends GuiElement<?>>
Implemented by elements that have a separate child element to which content should be added.
e.g. scroll element, manipulable element etc...
Created by brandon3055 on 13/11/2023
-
Method Summary
-
Method Details
-
getContentElement
T getContentElement()
-