Uses of Class
com.t3_tp3d.game.renderer.texture.Texture
-
Packages that use Texture Package Description com.t3_tp3d.game.renderer.font com.t3_tp3d.game.renderer.texture com.t3_tp3d.game.screen com.t3_tp3d.game.screen.gui com.t3_tp3d.game.screen.modal -
-
Uses of Texture in com.t3_tp3d.game.renderer.font
Methods in com.t3_tp3d.game.renderer.font that return Texture Modifier and Type Method Description Texture
Font. getTexture()
-
Uses of Texture in com.t3_tp3d.game.renderer.texture
-
Uses of Texture in com.t3_tp3d.game.screen
Methods in com.t3_tp3d.game.screen with parameters of type Texture Modifier and Type Method Description void
Screen. drawBackground(Texture texture)
void
Screen. drawTexturedRect(int x, int y, int width, int height, Texture texture)
-
Uses of Texture in com.t3_tp3d.game.screen.gui
Methods in com.t3_tp3d.game.screen.gui that return Texture Modifier and Type Method Description Texture
DocumentButton. getTexture()
Constructors in com.t3_tp3d.game.screen.gui with parameters of type Texture Constructor Description TexturedButton(java.lang.String text, java.awt.Rectangle bounds, Texture texture)
TexturedButton(java.lang.String text, java.awt.Rectangle bounds, Texture texture, boolean centerText)
TexturedToggleButton(java.awt.Rectangle bounds, Texture textureOn, Texture textureOff)
-
Uses of Texture in com.t3_tp3d.game.screen.modal
Constructors in com.t3_tp3d.game.screen.modal with parameters of type Texture Constructor Description DocumentModal(InGameScreen prevScreen, Texture texture, Document doc)
-