Class GuiScreenEvent.DrawScreenEvent

    • Field Detail

      • mouseX

        private final int mouseX
      • mouseY

        private final int mouseY
      • renderPartialTicks

        private final float renderPartialTicks
    • Constructor Detail

      • DrawScreenEvent

        public DrawScreenEvent​(Screen gui,
                               MatrixStack mStack,
                               int mouseX,
                               int mouseY,
                               float renderPartialTicks)
    • Method Detail

      • getMatrixStack

        public MatrixStack getMatrixStack()
        The MatrixStack to render with.
      • getMouseX

        public int getMouseX()
        The x coordinate of the mouse pointer on the screen.
      • getMouseY

        public int getMouseY()
        The y coordinate of the mouse pointer on the screen.
      • getRenderPartialTicks

        public float getRenderPartialTicks()
        Partial render ticks elapsed.