Class DemoInspector

java.lang.Object
foundry.veil.impl.client.editor.DemoInspector
All Implemented Interfaces:
Inspector, AutoCloseable, org.lwjgl.system.NativeResource

@Internal public class DemoInspector extends Object implements Inspector
  • Field Details

    • TITLE

      public static final net.minecraft.network.chat.Component TITLE
  • Constructor Details

    • DemoInspector

      public DemoInspector()
  • Method Details

    • render

      public void render()
      Description copied from interface: Inspector
      Renders this editor to the screen.
      Specified by:
      render in interface Inspector
    • onShow

      public void onShow()
      Description copied from interface: Inspector
      Called when this editor is first opened.
      Specified by:
      onShow in interface Inspector
    • getDisplayName

      public net.minecraft.network.chat.Component getDisplayName()
      Specified by:
      getDisplayName in interface Inspector
      Returns:
      The visible display name of this editor
    • getGroup

      public net.minecraft.network.chat.Component getGroup()
      Specified by:
      getGroup in interface Inspector
      Returns:
      The name of the tab group to put this editor in