public abstract class MinecraftGUI.GUIInterface extends GLInterface
GLInterface to be used with MinecraftGUIclipX| Constructor and Description |
|---|
GUIInterface(boolean clipX) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getButton(int button)
Method to query the current mouse button state.
|
java.awt.Point |
getMouse()
Method to query the current mouse position.
|
protected float |
getZLevel()
Get the z-coordinate to render everything.
|
begin, drawImage, drawLine, drawRect, end, fillRect, fillTriangle, getMatrices, getResourcePrefix, loadImage, restore, scissor, windowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawString, getFontHeight, getFontWidthpublic boolean getButton(int button)
Interfacebutton - the ID of the mouse buttonInterface.LBUTTON,
Interface.RBUTTONpublic java.awt.Point getMouse()
Interfaceprotected float getZLevel()
GLInterfacegetZLevel in class GLInterface