Class EventWorldRender

java.lang.Object
dev.boze.api.event.EventWorldRender

public class EventWorldRender extends Object
EventWorldRender
Called on world render, used for 3D rendering
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.client.Camera
     
    com.mojang.blaze3d.vertex.PoseStack
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.mojang.blaze3d.vertex.PoseStack matrices, net.minecraft.client.Camera camera, float tickDelta)
    Get the event instance - this is called onm world render by Boze, and should not be called by addons

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • matrices

      public com.mojang.blaze3d.vertex.PoseStack matrices
    • camera

      public net.minecraft.client.Camera camera
    • tickDelta

      public float tickDelta
  • Constructor Details

    • EventWorldRender

      public EventWorldRender()
  • Method Details

    • get

      public static EventWorldRender get(com.mojang.blaze3d.vertex.PoseStack matrices, net.minecraft.client.Camera camera, float tickDelta)
      Get the event instance - this is called onm world render by Boze, and should not be called by addons
      Parameters:
      matrices - MatrixStack
      camera - Camera
      tickDelta - Tick delta
      Returns:
      The event instance