Package com.thecsdev.commonmc.api.client.gui.widget
package com.thecsdev.commonmc.api.client.gui.widget
-
ClassDescriptionA
TClickableWidgetimplementation that looks and behaves like a regular button you'd see in-game's GUI.TButtonWidgetwhose visual appearance is more flat and does not use the vanilla button texture.TButtonWidgetimplementation that allows you to customize its background and outline colors.TButtonWidgetthat does not have a visual appearance aside from its label and focus outline.ATClickableWidgetimplementation that looks and behaves like a regular checkbox you'd see in-game.ATElementthat can be clicked via mouse or keyboard inputs.TDropdownWidget<E extends TDropdownWidget.Entry>ATButtonWidgetthat shows a dropdown menu featuring clickable items when clicked.An entry in a givenTDropdownWidget.BarebonesTDropdownWidget.Entryimplementation.TSliderWidgetacting as a scroll-bar for a givenTPanelElement.TScrollBarWidgetwhose visual appearance is more flat and does not use the vanilla button texture.Represents an axis/scroll-direction a givenTScrollBarWidgetcontrols.A GUI slider that lets a user select a value by moving a handle along a track.TSliderWidgetwhose visual appearance is more flat and does not use the vanilla button texture.Similar to aTCheckboxWidgetin that it holds abooleanvalue, except this is a "togglable"TButtonWidget.