Class LevelPerspectiveCamera

java.lang.Object
net.minecraft.client.Camera
foundry.veil.impl.client.render.LevelPerspectiveCamera

public class LevelPerspectiveCamera extends net.minecraft.client.Camera
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.Camera

    net.minecraft.client.Camera.NearPlane
  • Field Summary

    Fields inherited from class net.minecraft.client.Camera

    FOG_DISTANCE_SCALE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setup(org.joml.Vector3dc position, @Nullable net.minecraft.world.entity.Entity cameraEntity, net.minecraft.client.multiplayer.ClientLevel level, org.joml.Quaternionfc orientation)
     

    Methods inherited from class net.minecraft.client.Camera

    getBlockPosition, getEntity, getFluidInCamera, getLeftVector, getLookVector, getNearPlane, getPosition, getUpVector, getXRot, getYRot, isDetached, isInitialized, move, reset, rotation, setPosition, setPosition, setRotation, setup, tick

    Methods inherited from class java.lang.Object

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

    • LevelPerspectiveCamera

      public LevelPerspectiveCamera()
  • Method Details

    • setup

      public void setup(org.joml.Vector3dc position, @Nullable @Nullable net.minecraft.world.entity.Entity cameraEntity, net.minecraft.client.multiplayer.ClientLevel level, org.joml.Quaternionfc orientation)