public abstract class UIParentComponent extends UIComponent
Modifier and Type | Field and Description |
---|---|
java.util.List<UIComponent> |
children |
changedProperties, context, DELAY, enabled, h, id, keybinds, marginBottom, marginLeft, marginRight, marginTop, tooltip, tooltipDirection, updateDelay, visible, w, x, y
Constructor and Description |
---|
UIParentComponent() |
Modifier and Type | Method and Description |
---|---|
void |
deserializeNBT(NBTTagCompound tag) |
java.util.List<UIComponent> |
getChildComponents() |
void |
serializeNBT(NBTTagCompound tag) |
anchor, anchor, anchorX, anchorY, apply, applyKeybinds, applyProperty, change, clearChanges, context, context, create, createContext, enabled, getChanges, getDefaultUpdateDelay, h, handleChanges, id, isDataReserved, keybind, keybind, keybind, keybind, margin, marginBottom, marginLeft, marginRight, marginTop, populateData, resetContext, rh, rh, rw, rw, rwh, rx, rx, rxy, ry, ry, serializeNBT, tooltip, tooltip, updateDelay, visible, w, wh, x, xy, y
public java.util.List<UIComponent> children
public java.util.List<UIComponent> getChildComponents()
getChildComponents
in class UIComponent
public void serializeNBT(NBTTagCompound tag)
serializeNBT
in class UIComponent
public void deserializeNBT(NBTTagCompound tag)
deserializeNBT
in class UIComponent