net.minecraft.client

public class Camera

fog
net.minecraft.client.Camera
net.minecraft.class_4184
net.minecraft.unmapped.C_dcmtgrvm
net.minecraft.client.render.Camera
net.minecraft.client.render.Camera

Field summary

Modifier and TypeField
private static final float
b
DEFAULT_CAMERA_DISTANCE
field_47841
f_wovkceul
BASE_CAMERA_DISTANCE
DEFAULT_DISTANCE
private static final org.joml.Vector3f
c
FORWARDS
field_52123
f_viuaolbc
HORIZONTAL
HORIZONTAL
private static final org.joml.Vector3f
d
UP
field_52124
f_kcbzdwpp
VERTICAL
VERTICAL
private static final org.joml.Vector3f
e
LEFT
field_52125
f_jsosryyi
DIAGONAL
DIAGONAL
private boolean
f
initialized
field_18709
f_kttxnyjy
ready
ready
private BlockGetter
g
level
field_18710
f_ccvrnhmt
area
area
private Entity
h
entity
field_18711
f_milaksbm
focusedEntity
focusedEntity
private Vec3
i
position
field_18712
f_chyndtnn
pos
pos
private final BlockPos$MutableBlockPos
j
blockPosition
field_18713
f_lkpfexrc
blockPos
blockPos
private final org.joml.Vector3f
k
forwards
field_18714
f_vmsaybha
horizontalPlane
horizontalPlane
private final org.joml.Vector3f
l
up
field_18715
f_ytglpkdt
verticalPlane
verticalPlane
private final org.joml.Vector3f
m
left
field_18716
f_awbqkayt
diagonalPlane
diagonalPlane
private float
n
xRot
field_18717
f_yazojrjc
pitch
pitch
private float
o
yRot
field_18718
f_inebbekr
yaw
yaw
private final org.joml.Quaternionf
p
rotation
field_21518
f_bmvmumeg
rotation
rotation
private boolean
q
detached
field_18719
f_cqspulvd
thirdPerson
thirdPerson
private float
r
eyeHeight
field_18721
f_wmojnkwy
cameraY
cameraY
private float
s
eyeHeightOld
field_18722
f_cutvmukt
lastCameraY
lastCameraY
private float
t
partialTickTime
field_47549
f_irixwgfc
lastTickProgress
lastTickDelta
public static final float
a
FOG_DISTANCE_SCALE
field_32133
f_ubasiktk
field_32133
FOG_SCALE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(dig arg0, bwf 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)
m_qcownszy(C_peaveboq arg0, C_astfners arg1, boolean arg2, boolean arg3, float arg4)
update(BlockView area, Entity focusedEntity, boolean thirdPerson, boolean inverseView, float tickProgress)
update(BlockView area, Entity focusedEntity, boolean thirdPerson, boolean inverseView, float tickDelta)
public void
a()
tick()
method_19317()
m_gvuhcfbu()
updateEyeHeight()
updateEyeHeight()
private float
a(float arg0)
getMaxZoom(float arg0)
method_19318(float arg0)
m_rvxwqaii(float arg0)
clipToSpace(float arg0)
clipToSpace(float distance)
protected void
a(float arg0, float arg1, float arg2)
move(float arg0, float arg1, float arg2)
method_19324(float arg0, float arg1, float arg2)
m_ybxzbbxk(float arg0, float arg1, float arg2)
moveBy(float arg0, float arg1, float arg2)
moveBy(float z, float y, float x)
protected void
a(float arg0, float arg1)
setRotation(float arg0, float arg1)
method_19325(float arg0, float arg1)
m_pecxrnpp(float arg0, float arg1)
setRotation(float yaw, float pitch)
setRotation(float yaw, float pitch)
protected void
a(double arg0, double arg1, double arg2)
setPosition(double arg0, double arg1, double arg2)
method_19327(double arg0, double arg1, double arg2)
m_wgpktaes(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
setPos(double x, double y, double z)
protected void
a(feq arg0)
setPosition(Vec3 arg0)
method_19322(class_243 arg0)
m_qghtsmxy(C_vgpupfxx arg0)
setPos(Vec3d pos)
setPos(Vec3d pos)
public Vec3
b()
getPosition()
method_19326()
m_uqqwnxbw()
getPos()
getPos()
public BlockPos
c()
getBlockPosition()
method_19328()
m_eivzhdzj()
getBlockPos()
getBlockPos()
public float
d()
getXRot()
method_19329()
m_eseycesk()
getPitch()
getPitch()
public float
e()
getYRot()
method_19330()
m_jcwynaeb()
getYaw()
getYaw()
public org.joml.Quaternionf
f()
rotation()
method_23767()
m_aoenjstc()
getRotation()
getRotation()
public Entity
g()
getEntity()
method_19331()
m_nfvrcaxt()
getFocusedEntity()
getFocusedEntity()
public boolean
h()
isInitialized()
method_19332()
m_zmomxvnh()
isReady()
isReady()
public boolean
i()
isDetached()
method_19333()
m_tjxnqzzj()
isThirdPerson()
isThirdPerson()
public Camera$NearPlane
j()
getNearPlane()
method_36425()
m_khyzixam()
getProjection()
getProjection()
public FogType
k()
getFluidInCamera()
method_19334()
m_ytihosqf()
getSubmersionType()
getSubmersionType()
public final org.joml.Vector3f
l()
getLookVector()
method_19335()
m_xqbpyilg()
getHorizontalPlane()
getHorizontalPlane()
public final org.joml.Vector3f
m()
getUpVector()
method_19336()
m_bdaklhyb()
getVerticalPlane()
getVerticalPlane()
public final org.joml.Vector3f
n()
getLeftVector()
method_35689()
m_snkobkak()
getDiagonalPlane()
getDiagonalPlane()
public void
o()
reset()
method_19337()
m_megeuvtb()
reset()
reset()
public float
p()
getPartialTickTime()
method_55437()
m_jihuttpb()
getLastTickProgress()
getLastTickDelta()