Package foundry.veil.impl.client.editor
Class ResourceManagerInspector
java.lang.Object
foundry.veil.api.client.editor.SingleWindowInspector
foundry.veil.impl.client.editor.ResourceManagerInspector
- All Implemented Interfaces:
Inspector
,AutoCloseable
,org.lwjgl.system.NativeResource
-
Field Summary
Modifier and TypeFieldDescriptionstatic final net.minecraft.network.chat.Component
static final float
static final net.minecraft.network.chat.Component
static final net.minecraft.network.chat.Component
static final net.minecraft.network.chat.Component
Fields inherited from class foundry.veil.api.client.editor.SingleWindowInspector
open
Fields inherited from interface foundry.veil.api.client.editor.Inspector
DEFAULT_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
Adds all components inside the window.Methods inherited from class foundry.veil.api.client.editor.SingleWindowInspector
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.Inspector
free, isEnabled, isMenuBarEnabled, isOpen, onHide, renderLast, renderMenuBar
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Field Details
-
ITEM_VERTICAL_PADDING
public static final float ITEM_VERTICAL_PADDING- See Also:
-
TITLE
public static final net.minecraft.network.chat.Component TITLE -
SEARCH
public static final net.minecraft.network.chat.Component SEARCH -
ADD_TOOLTIP
public static final net.minecraft.network.chat.Component ADD_TOOLTIP -
RELOAD_TOOLTIP
public static final net.minecraft.network.chat.Component RELOAD_TOOLTIP
-
-
Constructor Details
-
ResourceManagerInspector
public ResourceManagerInspector()
-
-
Method Details
-
renderComponents
public void renderComponents()Description copied from class:SingleWindowInspector
Adds all components inside the window.- Specified by:
renderComponents
in classSingleWindowInspector
-
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
-