Class ManagedHudLayoutRuntime.ElementRuntime
java.lang.Object
com.render.api.gui.ManagedHudLayoutRuntime.ElementRuntime
- Enclosing class:
ManagedHudLayoutRuntime
-
Method Summary
Modifier and TypeMethodDescriptionvoidcurrentPlacement(HudPlacement placement, boolean persist) booleanintbooleanvoideditorVisible(boolean editorVisible) element()id()intlayer()voidrender(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int guiWidth, int guiHeight, net.minecraft.client.DeltaTracker deltaTracker) voidresetToDefault(boolean persist) com.render.api.gui.HudLayoutElementShellshell()voidtick()
-
Method Details
-
id
-
layer
public int layer() -
declarationIndex
public int declarationIndex() -
shell
public com.render.api.gui.HudLayoutElementShell shell() -
element
-
currentPlacement
-
customized
public boolean customized() -
currentPlacement
-
resetToDefault
public void resetToDefault(boolean persist) -
editorVisible
public void editorVisible(boolean editorVisible) -
editorVisible
public boolean editorVisible() -
tick
public void tick() -
render
public void render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int guiWidth, int guiHeight, net.minecraft.client.DeltaTracker deltaTracker)
-