Package foundry.veil.impl.client.editor
Class DemoEditor
java.lang.Object
foundry.veil.impl.client.editor.DemoEditor
- All Implemented Interfaces:
Editor,AutoCloseable,org.lwjgl.system.NativeResource
-
Field Summary
FieldsFields inherited from interface foundry.veil.api.client.editor.Editor
DEFAULT_GROUP, DEFERRED_GROUP, EXAMPLE_GROUP, INFO_GROUP, RENDERER_GROUP, RESOURCE_GROUP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundry.veil.api.client.editor.Editor
free, isEnabled, isMenuBarEnabled, isOpen, onHide, renderLast, renderMenuBarMethods inherited from interface org.lwjgl.system.NativeResource
close
-
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:EditorRenders this editor to the screen. -
onShow
public void onShow()Description copied from interface:EditorCalled when this editor is first opened. -
getDisplayName
public net.minecraft.network.chat.Component getDisplayName()- Specified by:
getDisplayNamein interfaceEditor- Returns:
- The visible display name of this editor
-
getGroup
public net.minecraft.network.chat.Component getGroup()
-