Class GUIRenderSet.Piece

java.lang.Object
com.blackrook.gui.GUIRenderSet.Piece
Enclosing class:
GUIRenderSet

public static class GUIRenderSet.Piece extends Object
A single renderable piece for the GUI.
Author:
Matthew Tropiano
  • Field Details

    • boundsX

      public float boundsX
      Absolute bounds: X.
    • boundsY

      public float boundsY
      Absolute bounds: Y.
    • boundsWidth

      public float boundsWidth
      Absolute bounds: width.
    • boundsHeight

      public float boundsHeight
      Absolute bounds: height.
    • colorARGB

      public int colorARGB
      Color.
    • rotation

      public float rotation
      Rotation.
    • texture

      public String texture
      Texture to use.
    • textureCoordinates

      public float[] textureCoordinates
      Texture coordinates.