Class TextWindowElement
java.lang.Object
net.createmod.ponder.foundation.element.PonderElementBase
net.createmod.ponder.foundation.element.AnimatedOverlayElementBase
net.createmod.ponder.foundation.element.TextWindowElement
- All Implemented Interfaces:
AnimatedOverlayElement,PonderElement,PonderOverlayElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.createmod.catnip.utility.Couple<net.createmod.catnip.utility.theme.Color>Fields inherited from class net.createmod.ponder.foundation.element.AnimatedOverlayElementBase
fade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder(PonderScene scene) voidrender(PonderScene scene, PonderUI screen, net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, float fade) Methods inherited from class net.createmod.ponder.foundation.element.AnimatedOverlayElementBase
getFade, setFadeMethods inherited from class net.createmod.ponder.foundation.element.PonderElementBase
isVisible, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.createmod.ponder.api.element.AnimatedOverlayElement
renderMethods inherited from interface net.createmod.ponder.api.element.PonderElement
isVisible, reset, setVisible, tick, whileSkipping
-
Field Details
-
COLOR_WINDOW_BORDER
public static final net.createmod.catnip.utility.Couple<net.createmod.catnip.utility.theme.Color> COLOR_WINDOW_BORDER
-
-
Constructor Details
-
TextWindowElement
public TextWindowElement()
-
-
Method Details
-
builder
-
render
public void render(PonderScene scene, PonderUI screen, net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, float fade) -
getPalette
-