Package foundry.veil.impl.client.editor
Class ResourceManagerEditor
java.lang.Object
foundry.veil.api.client.editor.SingleWindowEditor
foundry.veil.impl.client.editor.ResourceManagerEditor
- All Implemented Interfaces:
Editor
,VeilEditorEnvironment
,AutoCloseable
,org.lwjgl.system.NativeResource
@Internal
public class ResourceManagerEditor
extends SingleWindowEditor
implements VeilEditorEnvironment
-
Field Summary
Fields inherited from class foundry.veil.api.client.editor.SingleWindowEditor
open
Fields inherited from interface foundry.veil.api.client.editor.Editor
DEFAULT_GROUP, DEFERRED_GROUP, EXAMPLE_GROUP, INFO_GROUP, RENDERER_GROUP, RESOURCE_GROUP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Component
net.minecraft.network.chat.Component
getGroup()
void
open
(VeilResource<?> resource, net.minecraft.resources.ResourceLocation editorName) void
Adds all components inside the window.Methods inherited from class foundry.veil.api.client.editor.SingleWindowEditor
getWindowTitle, onShow, render
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface foundry.veil.api.client.editor.Editor
free, isEnabled, isMenuBarEnabled, isOpen, onHide, renderLast, renderMenuBar
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Field Details
-
TITLE
public static final net.minecraft.network.chat.Component TITLE
-
-
Constructor Details
-
ResourceManagerEditor
public ResourceManagerEditor()
-
-
Method Details
-
renderComponents
public void renderComponents()Description copied from class:SingleWindowEditor
Adds all components inside the window.- Specified by:
renderComponents
in classSingleWindowEditor
-
getDisplayName
public net.minecraft.network.chat.Component getDisplayName()- Specified by:
getDisplayName
in interfaceEditor
- Returns:
- The visible display name of this editor
-
getGroup
public net.minecraft.network.chat.Component getGroup() -
open
- Specified by:
open
in interfaceVeilEditorEnvironment
-
getResourceManager
- Specified by:
getResourceManager
in interfaceVeilEditorEnvironment
-