Uses of Class
com.t3_tp3d.game.logic.Document
-
Packages that use Document Package Description com.t3_tp3d.game.logic com.t3_tp3d.game.screen.gui com.t3_tp3d.game.screen.modal -
-
Uses of Document in com.t3_tp3d.game.logic
Methods in com.t3_tp3d.game.logic that return Document Modifier and Type Method Description static Document
Document. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Document[]
Document. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Document in com.t3_tp3d.game.screen.gui
Constructors in com.t3_tp3d.game.screen.gui with parameters of type Document Constructor Description DocumentButton(Patient patient, java.awt.Rectangle bounds, java.lang.String textureName, Document doc)
-
Uses of Document in com.t3_tp3d.game.screen.modal
Constructors in com.t3_tp3d.game.screen.modal with parameters of type Document Constructor Description DocumentModal(InGameScreen prevScreen, Texture texture, Document doc)
-