public static class EntityViewRenderEvent.CameraSetup extends EntityViewRenderEvent
EntityViewRenderEvent.CameraSetup, EntityViewRenderEvent.FogColors, EntityViewRenderEvent.FogDensity, EntityViewRenderEvent.FOVModifier, EntityViewRenderEvent.RenderFogEvent
Modifier and Type | Field and Description |
---|---|
private float |
pitch |
private float |
roll |
private float |
yaw |
Constructor and Description |
---|
CameraSetup(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks,
float yaw,
float pitch,
float roll) |
Modifier and Type | Method and Description |
---|---|
float |
getPitch() |
float |
getRoll() |
float |
getYaw() |
void |
setPitch(float pitch) |
void |
setRoll(float roll) |
void |
setYaw(float yaw) |
getInfo, getRenderer, getRenderPartialTicks
public CameraSetup(GameRenderer renderer, ActiveRenderInfo info, double renderPartialTicks, float yaw, float pitch, float roll)