Class CameraMixin
java.lang.Object
io.github.vampirestudios.vampirelib.mixins.client.CameraMixin
- All Implemented Interfaces:
CameraExtensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.BlockStatevoidsetAnglesInternal(float yaw, float pitch)
-
Constructor Details
-
CameraMixin
public CameraMixin()
-
-
Method Details
-
setAnglesInternal
public void setAnglesInternal(float yaw, float pitch) - Specified by:
setAnglesInternalin interfaceCameraExtensions
-
getBlockAtCamera
public net.minecraft.world.level.block.state.BlockState getBlockAtCamera()- Specified by:
getBlockAtCamerain interfaceCameraExtensions
-