Class DeferredEditor

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

@Internal public class DeferredEditor extends SingleWindowEditor
  • Field Details

    • TITLE

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

    • DeferredEditor

      public DeferredEditor()
  • Method Details

    • getDisplayName

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

      public net.minecraft.network.chat.Component getGroup()
      Returns:
      The name of the tab group to put this editor in
    • renderComponents

      protected void renderComponents()
      Description copied from class: SingleWindowEditor
      Adds all components inside the window.
      Specified by:
      renderComponents in class SingleWindowEditor
    • isEnabled

      public boolean isEnabled()
      Returns:
      Whether this editor should be selectable.