Uses of Class
com.t3_tp3d.game.screen.gui.Text
-
Packages that use Text Package Description com.t3_tp3d.game.screen com.t3_tp3d.game.screen.gui -
-
Uses of Text in com.t3_tp3d.game.screen
Fields in com.t3_tp3d.game.screen declared as Text Modifier and Type Field Description Text
InGameScreen. txtCountPatient
Fields in com.t3_tp3d.game.screen with type parameters of type Text Modifier and Type Field Description java.util.List<Text>
InGameScreen. lstTutotxt
Methods in com.t3_tp3d.game.screen with parameters of type Text Modifier and Type Method Description void
Screen. addText(Text text)
void
Screen. removeText(Text text)
Method parameters in com.t3_tp3d.game.screen with type arguments of type Text Modifier and Type Method Description void
InGameScreen. txtTutoVisible(java.util.List<Text> lstTutotxt, java.lang.Boolean bool)
-
Uses of Text in com.t3_tp3d.game.screen.gui
Methods in com.t3_tp3d.game.screen.gui that return Text Modifier and Type Method Description Text
Button. getText()
Constructors in com.t3_tp3d.game.screen.gui with parameters of type Text Constructor Description Button(Text text, java.awt.Rectangle bounds, Shader shader, boolean centerText)
-