Package baritone.api.event.events
Class RenderEvent
java.lang.Object
baritone.api.event.events.RenderEvent
- Since:
- 8/5/2018
- Author:
- Brady
-
Constructor Summary
ConstructorsConstructorDescriptionRenderEvent(float partialTicks, com.mojang.blaze3d.vertex.PoseStack modelViewStack, org.joml.Matrix4f projectionMatrix) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.blaze3d.vertex.PoseStackfinal floatorg.joml.Matrix4f
-
Constructor Details
-
RenderEvent
public RenderEvent(float partialTicks, com.mojang.blaze3d.vertex.PoseStack modelViewStack, org.joml.Matrix4f projectionMatrix)
-
-
Method Details
-
getPartialTicks
- Returns:
- The current render partial ticks
-
getModelViewStack
-
getProjectionMatrix
-