Class DemoEditor

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

@Internal public class DemoEditor extends Object implements Editor
  • Field Details

    • TITLE

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

    • DemoEditor

      public DemoEditor()
  • Method Details

    • render

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

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

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

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