Package dev.boze.api.event
Class EventWorldRender
java.lang.Object
dev.boze.api.event.EventWorldRender
EventWorldRender
Called on world render, used for 3D rendering
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventWorldRender
get
(Drawer3D drawer, net.minecraft.client.util.math.MatrixStack matrices, net.minecraft.client.render.Camera camera, float tickDelta) Get the event instance - this is called onm world render by Boze, and should not be called by addons
-
Field Details
-
drawer
3D Drawer instance -
matrices
public net.minecraft.client.util.math.MatrixStack matrices -
camera
public net.minecraft.client.render.Camera camera -
tickDelta
public float tickDelta
-
-
Constructor Details
-
EventWorldRender
public EventWorldRender()
-
-
Method Details
-
get
public static EventWorldRender get(Drawer3D drawer, net.minecraft.client.util.math.MatrixStack matrices, net.minecraft.client.render.Camera camera, float tickDelta) Get the event instance - this is called onm world render by Boze, and should not be called by addons- Parameters:
drawer
- 3D Drawermatrices
- MatrixStackcamera
- CameratickDelta
- Tick delta- Returns:
- The event instance
-