Class InputWindowElement
java.lang.Object
net.createmod.ponder.foundation.element.PonderElementBase
net.createmod.ponder.foundation.element.AnimatedOverlayElementBase
net.createmod.ponder.foundation.element.InputWindowElement
- All Implemented Interfaces:
AnimatedOverlayElement,PonderElement,PonderOverlayElement
-
Field Summary
Fields inherited from class net.createmod.ponder.foundation.element.AnimatedOverlayElementBase
fade -
Constructor Summary
ConstructorsConstructorDescriptionInputWindowElement(net.minecraft.world.phys.Vec3 sceneSpace, net.createmod.catnip.utility.Pointing direction) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()voidrender(PonderScene scene, PonderUI screen, com.mojang.blaze3d.vertex.PoseStack ms, 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
-
Constructor Details
-
InputWindowElement
public InputWindowElement(net.minecraft.world.phys.Vec3 sceneSpace, net.createmod.catnip.utility.Pointing direction)
-
-
Method Details
-
builder
-
render
public void render(PonderScene scene, PonderUI screen, com.mojang.blaze3d.vertex.PoseStack ms, float partialTicks, float fade)
-