Package zombie.ui

Class GenericButton

java.lang.Object
zombie.ui.UIElement
zombie.ui.GenericButton

public final class GenericButton extends UIElement
  • Field Details

    • clicked

      public boolean clicked
    • MessageTarget

      public UIElement MessageTarget
    • mouseOver

      public boolean mouseOver
    • name

      public String name
    • text

      public String text
  • Constructor Details

    • GenericButton

      public GenericButton(UIElement uIElement, float float1, float float2, float float3, float float4, String string, String string2, Texture texture, Texture texture2)
    • GenericButton

      public GenericButton(UIEventHandler uIEventHandler, float float1, float float2, float float3, float float4, String string, String string2, Texture texture, Texture texture2)
  • Method Details