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 intstatic final net.minecraft.network.chat.ComponentFields 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.Componentnet.minecraft.network.chat.ComponentgetGroup()booleanvoidonHide()Called when this editor is no longer open.voidonShow()Called when this editor is first opened.voidrender()Renders this editor to the screen.voidCalled 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, waitMethods inherited from interface foundry.veil.api.client.editor.Inspector
free, isMenuBarEnabled, isOpen, renderMenuBarMethods 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:
getDisplayNamein 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:InspectorRenders this editor to the screen. -
renderLast
public void renderLast()Description copied from interface:InspectorCalled just before the imgui state is drawn to the screen- Specified by:
renderLastin interfaceInspector
-
onShow
public void onShow()Description copied from interface:InspectorCalled when this editor is first opened. -
onHide
public void onHide()Description copied from interface:InspectorCalled when this editor is no longer open.
-