Class EntityViewRenderEvent.FieldOfView

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.EntityViewRenderEvent
net.minecraftforge.client.event.EntityViewRenderEvent.FieldOfView
Enclosing class:
EntityViewRenderEvent

public static class EntityViewRenderEvent.FieldOfView extends EntityViewRenderEvent
Event that allows mods to alter the raw FOV itself. This directly affects to the FOV without being modified.
  • Field Details

    • fov

      private double fov
  • Constructor Details

    • FieldOfView

      public FieldOfView(GameRenderer renderer, Camera camera, double renderPartialTicks, double fov)
  • Method Details

    • getFOV

      public double getFOV()
    • setFOV

      public void setFOV(double fov)