Uses of Class
com.t3_tp3d.game.screen.gui.Button
-
Packages that use Button Package Description com.t3_tp3d.game.screen com.t3_tp3d.game.screen.gui com.t3_tp3d.game.util -
-
Uses of Button in com.t3_tp3d.game.screen
Methods in com.t3_tp3d.game.screen with parameters of type Button Modifier and Type Method Description void
Screen. addButton(Button button)
void
Screen. removeButton(Button button)
-
Uses of Button in com.t3_tp3d.game.screen.gui
Subclasses of Button in com.t3_tp3d.game.screen.gui Modifier and Type Class Description class
ColoredButton
class
DocumentButton
class
TexturedButton
class
TexturedToggleButton
-
Uses of Button in com.t3_tp3d.game.util
Methods in com.t3_tp3d.game.util with parameters of type Button Modifier and Type Method Description static void
ResizeUtils. resizeButtonText(Button button, boolean centerText)
-