Package foundry.veil.impl.client.editor
Class PipelineStatisticsViewer
java.lang.Object
foundry.veil.impl.client.editor.PipelineStatisticsViewer
- All Implemented Interfaces:
Inspector
,AutoCloseable
,org.lwjgl.system.NativeResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final net.minecraft.network.chat.Component
Fields inherited from interface foundry.veil.api.client.editor.Inspector
DEFAULT_GROUP, EXAMPLE_GROUP, INFO_GROUP, RENDERER_GROUP, RESOURCE_GROUP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Component
net.minecraft.network.chat.Component
getGroup()
boolean
void
onHide()
Called when this editor is no longer open.void
onShow()
Called when this editor is first opened.void
render()
Renders this editor to the screen.void
Called just before the imgui state is drawn to the screenMethods 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, isMenuBarEnabled, isOpen, renderMenuBar
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Field Details
-
TITLE
public static final net.minecraft.network.chat.Component TITLE -
HISTORY_LENGTH
public static final int HISTORY_LENGTH- See Also:
-
-
Constructor Details
-
PipelineStatisticsViewer
public PipelineStatisticsViewer()
-
-
Method Details
-
getDisplayName
public net.minecraft.network.chat.Component getDisplayName()- Specified by:
getDisplayName
in interfaceInspector
- Returns:
- The visible display name of this editor
-
getGroup
public net.minecraft.network.chat.Component getGroup() -
isEnabled
public boolean isEnabled() -
render
public void render()Description copied from interface:Inspector
Renders this editor to the screen. -
renderLast
public void renderLast()Description copied from interface:Inspector
Called just before the imgui state is drawn to the screen- Specified by:
renderLast
in interfaceInspector
-
onShow
public void onShow()Description copied from interface:Inspector
Called when this editor is first opened. -
onHide
public void onHide()Description copied from interface:Inspector
Called when this editor is no longer open.
-