net.minecraft.client

public class Camera

flp
net.minecraft.client.Camera
net.minecraft.class_4184
net.minecraft.client.render.Camera

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(dgn arg0, bvk 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)
public void
a()
tick()
method_19317()
updateEyeHeight()
private float
a(float arg0)
getMaxZoom(float arg0)
method_19318(float arg0)
clipToSpace(float arg0)
protected void
a(float arg0, float arg1, float arg2)
move(float arg0, float arg1, float arg2)
method_19324(float arg0, float arg1, float arg2)
moveBy(float arg0, float arg1, float arg2)
protected void
a(float arg0, float arg1)
setRotation(float arg0, float arg1)
method_19325(float arg0, float arg1)
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)
setPos(double x, double y, double z)
protected void
a(fby arg0)
setPosition(Vec3 arg0)
method_19322(class_243 arg0)
setPos(Vec3d pos)
public Vec3
b()
getPosition()
method_19326()
getPos()
public BlockPos
c()
getBlockPosition()
method_19328()
getBlockPos()
public float
d()
getXRot()
method_19329()
getPitch()
public float
e()
getYRot()
method_19330()
getYaw()
public org.joml.Quaternionf
f()
rotation()
method_23767()
getRotation()
public Entity
g()
getEntity()
method_19331()
getFocusedEntity()
public boolean
h()
isInitialized()
method_19332()
isReady()
public boolean
i()
isDetached()
method_19333()
isThirdPerson()
public Camera$NearPlane
j()
getNearPlane()
method_36425()
getProjection()
public FogType
k()
getFluidInCamera()
method_19334()
getSubmersionType()
public final org.joml.Vector3f
l()
getLookVector()
method_19335()
getHorizontalPlane()
public final org.joml.Vector3f
m()
getUpVector()
method_19336()
getVerticalPlane()
public final org.joml.Vector3f
n()
getLeftVector()
method_35689()
getDiagonalPlane()
public void
o()
reset()
method_19337()
reset()
public float
p()
getPartialTickTime()
method_55437()
getLastTickDelta()