Class EventRender
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.render.EventRender
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
- Direct Known Subclasses:
EventRender2D
,EventRender3D
public abstract class EventRender
extends org.rusherhack.core.event.type.Event
-
Constructor Summary
ConstructorDescriptionEventRender
(com.mojang.blaze3d.vertex.PoseStack poseStack, float partialTicks) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.blaze3d.vertex.PoseStack
float
Methods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, getStage, setStage
-
Constructor Details
-
EventRender
public EventRender(com.mojang.blaze3d.vertex.PoseStack poseStack, float partialTicks)
-
-
Method Details
-
getMatrixStack
public com.mojang.blaze3d.vertex.PoseStack getMatrixStack() -
getPartialTicks
public float getPartialTicks()
-