net.minecraft.client

public class Camera

eff
net.minecraft.client.Camera
net.minecraft.class_4184
net.minecraft.client.render.Camera
net.minecraft.src.C_3373_

Field summary

Modifier and TypeField
private boolean
b
initialized
field_18709
ready
f_90549_
private BlockGetter
c
level
field_18710
area
f_90550_
private Entity
d
entity
field_18711
focusedEntity
f_90551_
private Vec3
e
position
field_18712
pos
f_90552_
private final BlockPos$MutableBlockPos
f
blockPosition
field_18713
blockPos
f_90553_
private final Vector3f
g
forwards
field_18714
horizontalPlane
f_90554_
private final Vector3f
h
up
field_18715
verticalPlane
f_90555_
private final Vector3f
i
left
field_18716
diagonalPlane
f_90556_
private float
j
xRot
field_18717
pitch
f_90557_
private float
k
yRot
field_18718
yaw
f_90558_
private final Quaternion
l
rotation
field_21518
rotation
f_90559_
private boolean
m
detached
field_18719
thirdPerson
f_90560_
private float
n
eyeHeight
field_18721
cameraY
f_90562_
private float
o
eyeHeightOld
field_18722
lastCameraY
f_90563_
public static final float
a
FOG_DISTANCE_SCALE
field_32133
field_32133
f_167683_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(cgd arg0, bbn arg1, boolean arg2, boolean arg3, float arg4)
setup(BlockGetter arg0, Entity arg1, boolean arg2, boolean arg3, float arg4)
method_19321(class_1922 arg0, class_1297 arg1, boolean arg2, boolean arg3, float arg4)
update(BlockView area, Entity focusedEntity, boolean thirdPerson, boolean inverseView, float tickDelta)
m_90575_(C_1559_ p_90577_, C_507_ p_90578_, boolean p_90579_, boolean p_90580_, float arg4)
public void
a()
tick()
method_19317()
updateEyeHeight()
m_90565_()
private double
a(double arg0)
getMaxZoom(double arg0)
method_19318(double arg0)
clipToSpace(double desiredCameraDistance)
m_90566_(double arg0)
protected void
a(double arg0, double arg1, double arg2)
move(double arg0, double arg1, double arg2)
method_19324(double arg0, double arg1, double arg2)
moveBy(double x, double y, double z)
m_90568_(double p_90570_, double arg1, double arg2)
protected void
a(float arg0, float arg1)
setRotation(float arg0, float arg1)
method_19325(float arg0, float arg1)
setRotation(float yaw, float pitch)
m_90572_(float p_90574_, float arg1)
protected void
b(double arg0, double arg1, double arg2)
setPosition(double arg0, double arg1, double arg2)
method_19327(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
m_90584_(double p_90586_, double arg1, double arg2)
protected void
a(dwq arg0)
setPosition(Vec3 arg0)
method_19322(class_243 arg0)
setPos(Vec3d pos)
m_90581_(C_3046_ arg0)
public Vec3
b()
getPosition()
method_19326()
getPos()
m_90583_()
public BlockPos
c()
getBlockPosition()
method_19328()
getBlockPos()
m_90588_()
public float
d()
getXRot()
method_19329()
getPitch()
m_90589_()
public float
e()
getYRot()
method_19330()
getYaw()
m_90590_()
public Quaternion
f()
rotation()
method_23767()
getRotation()
m_90591_()
public Entity
g()
getEntity()
method_19331()
getFocusedEntity()
m_90592_()
public boolean
h()
isInitialized()
method_19332()
isReady()
m_90593_()
public boolean
i()
isDetached()
method_19333()
isThirdPerson()
m_90594_()
public Camera$NearPlane
j()
getNearPlane()
method_36425()
getProjection()
m_167684_()
public FogType
k()
getFluidInCamera()
method_19334()
getSubmersionType()
m_167685_()
public final Vector3f
l()
getLookVector()
method_19335()
getHorizontalPlane()
m_90596_()
public final Vector3f
m()
getUpVector()
method_19336()
getVerticalPlane()
m_90597_()
public final Vector3f
n()
getLeftVector()
method_35689()
getDiagonalPlane()
m_167686_()
public void
o()
reset()
method_19337()
reset()
m_90598_()