Enum Class InactiveVeilImGuiImpl

java.lang.Object
java.lang.Enum<InactiveVeilImGuiImpl>
foundry.veil.impl.client.imgui.InactiveVeilImGuiImpl
All Implemented Interfaces:
VeilImGui, Serializable, Comparable<InactiveVeilImGuiImpl>, Constable

@Deprecated @Internal public enum InactiveVeilImGuiImpl extends Enum<InactiveVeilImGuiImpl> implements VeilImGui
Deprecated.
  • Enum Constant Details

  • Method Details

    • values

      public static InactiveVeilImGuiImpl[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static InactiveVeilImGuiImpl valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • start

      public void start()
      Deprecated.
      Specified by:
      start in interface VeilImGui
    • stop

      public void stop()
      Deprecated.
      Specified by:
      stop in interface VeilImGui
    • beginFrame

      public void beginFrame()
      Deprecated.
      Specified by:
      beginFrame in interface VeilImGui
    • endFrame

      public void endFrame()
      Deprecated.
      Specified by:
      endFrame in interface VeilImGui
    • updateFonts

      public void updateFonts()
      Deprecated.
      Specified by:
      updateFonts in interface VeilImGui