Class McbsEditorSettingsTabGUI
java.lang.Object
com.thecsdev.common.scene.Node<com.thecsdev.commonmc.api.client.gui.TElement>
com.thecsdev.commonmc.api.client.gui.TElement
com.thecsdev.betterstats.api.mcbs.view.tab.McbsEditorTabGUI<McbsEditorSettingsTab>
com.thecsdev.betterstats.api.mcbs.view.tab.McbsEditorSettingsTabGUI
- All Implemented Interfaces:
com.thecsdev.common.scene.INode<com.thecsdev.commonmc.api.client.gui.TElement>, com.thecsdev.common.scene.INodeBounded<com.thecsdev.commonmc.api.client.gui.TElement, com.thecsdev.common.math.Bounds2i>, com.thecsdev.common.scene.INodeRenderable<com.thecsdev.commonmc.api.client.gui.TElement, com.thecsdev.commonmc.api.client.gui.render.TGuiGraphics>, Iterable<com.thecsdev.commonmc.api.client.gui.TElement>, Collection<com.thecsdev.commonmc.api.client.gui.TElement>
@Environment(CLIENT)
public final class McbsEditorSettingsTabGUI
extends McbsEditorTabGUI<McbsEditorSettingsTab>
McbsEditorTabGUI implementation for McbsEditorSettingsTab.-
Field Summary
Fields inherited from class com.thecsdev.commonmc.api.client.gui.TElement
eInitialized -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidSubclasses should implement this method to initialize the GUI components specific to the associatedMcbsEditorTab.Methods inherited from class McbsEditorTabGUI
bootstrap, createTabGui, getEditorTab, initCallback, registerFactory, tickCallbackMethods inherited from class com.thecsdev.commonmc.api.client.gui.TElement
addRel, boundsProperty, clearAndInit, clipsDescendantsProperty, contextMenuProperty, dragEndCallback, dragStartCallback, findElementAt, focusableProperty, focusGainedCallback, focusLostCallback, forEachVisible, getBaseType, getBounds, getClient, getContentBounds, getCursor, getSelf, getTooltip, hoverableProperty, hoverGainedCallback, hoverLostCallback, inputCallback, invalidateTooltipCache, isFocusable, isFocused, isHoverable, isHovered, isHoveredOrFocused, isVisible, move, moveChildren, moveTo, postRenderCallback, removeRel, renderCallback, screenProperty, setBounds, setBounds, setBounds, showContextMenu, tooltipProperty, toString, visiblePropertyMethods inherited from class com.thecsdev.common.scene.Node
add, addAll, childAddedCallback, childRemovedCallback, clear, contains, containsAll, equals, findChild, findParent, findSibling, forEach, get, getFirst, getLast, getParent, hashCode, indexOf, isEmpty, iterator, parentProperty, remove, remove, remove, removeAll, retainAll, rootProperty, size, toArray, toArray
-
Constructor Details
-
McbsEditorSettingsTabGUI
public McbsEditorSettingsTabGUI(@NotNull @NotNull McbsEditorSettingsTab editorTab) throws NullPointerException - Throws:
NullPointerException
-
-
Method Details
-
initTabGuiCallback
protected final void initTabGuiCallback()Description copied from class:McbsEditorTabGUISubclasses should implement this method to initialize the GUI components specific to the associatedMcbsEditorTab. This method is called during the initialization phase of the GUI lifecycle.- Specified by:
initTabGuiCallbackin classMcbsEditorTabGUI<McbsEditorSettingsTab>- See Also:
-