Interface CameraExtensions

All Known Implementing Classes:
CameraMixin

public interface CameraExtensions
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.world.level.block.state.BlockState
     
    default void
    setAnglesInternal(float yaw, float pitch)
     
  • Method Details

    • setAnglesInternal

      default void setAnglesInternal(float yaw, float pitch)
    • getBlockAtCamera

      default net.minecraft.world.level.block.state.BlockState getBlockAtCamera()