Class RenderGameOverlayEvent.BossInfo

    • Field Detail

      • x

        private final int x
      • y

        private final int y
      • increment

        private int increment
    • Method Detail

      • getBossInfo

        public ClientBossInfo getBossInfo()
        Returns:
        The BossInfoClient currently being rendered
      • getX

        public int getX()
        Returns:
        The current x position we are rendering at
      • getY

        public int getY()
        Returns:
        The current y position we are rendering at
      • getIncrement

        public int getIncrement()
        Returns:
        How much to move down before rendering the next bar
      • setIncrement

        public void setIncrement​(int increment)
        Sets the amount to move down before rendering the next bar
        Parameters:
        increment - The increment to set