History - net.minecraft.client.render.Camera
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
org.joml.Vector3f: FORWARDS, field_52123, HORIZONTAL
org.joml.Vector3f: UP, field_52124, VERTICAL
org.joml.Vector3f: LEFT, field_52125, DIAGONAL
org.joml.Vector3fc: FORWARDS, field_52123, HORIZONTAL
org.joml.Vector3fc: UP, field_52124, VERTICAL
org.joml.Vector3fc: LEFT, field_52125, DIAGONAL
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
float: partialTickTime, field_47549, lastTickProgress
float: PROJECTION_Z_NEAR, field_1_1698, NEAR_PLANE_DISTANCE
float: BASE_HUD_FOV, field_1_1695, DEFAULT_HUD_FOV
org.joml.Vector3f: panoramicForwards, field_1_1713, panoramaHorizontalPlane
ProjectionMatrix3: projection, field_1_1714, projection
Frustum: cullFrustum, field_1_1703, frustum
Frustum: capturedFrustum, field_1_1702, capturedFrustum
boolean: captureFrustum, field_1_1701, captureFrustumRequested
org.joml.Matrix4f: cachedViewRotMatrix, field_1_1699, rotationMatrix
org.joml.Matrix4f: cachedViewRotProjMatrix, field_1_1700, projectionMatrix
long: lastProjectionVersion, field_1_1709, projectionMatrixLastQueriedAt
int: matrixPropertiesDirty, field_1_1710, updateFlags
int: DIRTY_VIEW_ROT, field_1_1696, FLAG_ROTATION_MATRIX_DIRTY
int: DIRTY_VIEW_ROT_PROJ, field_1_1697, FLAG_PROJECTION_MATRIX_DIRTY
float: fovModifier, field_1_1706, fovMultiplier
float: oldFovModifier, field_1_1712, lastFovMultiplier
float: fov, field_1_1705, fov
float: hudFov, field_1_1707, hudFov
float: depthFar, field_1_1704, farPlaneDistance
boolean: isPanoramicMode, field_1_1708, panoramaMode
MinecraftClient: minecraft, field_1_1711, client
Constructors
Methods
void (World, Entity, boolean, boolean, float): setup, method_19321, update
Camera$Projection (): getNearPlane, method_36425, getProjection
float (): getPartialTickTime, method_55437, getLastTickProgress
float (): getFov, method_55437, getFov
void (RenderTickCounter): update, method_1_2116, tick
float (RenderTickCounter): getCameraEntityPartialTicks, method_1_2452, getTickProgressForFocusedEntity
void (CameraRenderState, float): extractRenderState, method_1_2101, updateRenderState
void (): tickFov, method_1_2115, updateFovMultiplier
org.joml.Matrix4f (): createProjectionMatrixForCulling, method_1_2098, getPerspectiveMatrix
Frustum (): getCullFrustum, method_1_2103, getFrustum
void (org.joml.Matrix4fc, org.joml.Matrix4f, Vec3d): prepareCullFrustum, method_1_2110, updateFrustum
Frustum (): getCapturedFrustum, method_1_2102, getCapturedFrustum
void (): captureFrustum, method_1_2097, captureFrustum
void (): killFrustum, method_1_2107, killFrustum
float (float): calculateFov, method_1_2095, getFov
float (float): calculateHudFov, method_1_2096, getHudFov
float (float, float): modifyFovBasedOnDeathOrFluid, method_1_2108, applyFovEffects
void (float): alignWithEntity, method_1_2094, setPositionAndRotation
boolean (): isPanoramicMode, method_1_2106, isInPanoramaMode
void (float, float, float, float, float): setupPerspective, method_1_2114, setToPerspective
void (float, float, float, float, boolean): setupOrtho, method_1_2113, setToOrthrographic
org.joml.Matrix4f (org.joml.Matrix4f): getViewRotationMatrix, method_1_2104, getRotationMatrix
org.joml.Matrix4f (org.joml.Matrix4f): getViewRotationProjectionMatrix, method_1_2105, getProjectionMatrix
void (Entity): setEntity, method_1_2111, setFocusedEntity
Camera$Projection (float): getNearPlane, method_36425, getProjection
org.joml.Vector3fc (): panoramicForwards, method_1_2109, getPanoramaHorizontalPlane
void (ClientWorld): setLevel, method_1_2112, setArea
void (): enablePanoramicMode, method_1_2100, setPanoramaMode
void (): disablePanoramicMode, method_1_2099, revokePanoramaMode
1.21.11_unobfuscated
Names
net.minecraft.client.Camera
net.minecraft.class_4184
net.minecraft.client.render.Camera
Fields
float: DEFAULT_CAMERA_DISTANCE, field_47841, BASE_CAMERA_DISTANCE
org.joml.Vector3f: FORWARDS, field_52123, HORIZONTAL
org.joml.Vector3f: UP, field_52124, VERTICAL
org.joml.Vector3f: LEFT, field_52125, DIAGONAL
boolean: initialized, field_18709, ready
World: level, field_18710, area
Entity: entity, field_18711, focusedEntity
Vec3d: position, field_18712, pos
BlockPos$Mutable: blockPosition, field_18713, blockPos
org.joml.Vector3f: forwards, field_18714, horizontalPlane
org.joml.Vector3f: up, field_18715, verticalPlane
org.joml.Vector3f: left, field_18716, diagonalPlane
float: xRot, field_18717, pitch
float: yRot, field_18718, yaw
org.joml.Quaternionf: rotation, field_21518, rotation
boolean: detached, field_18719, thirdPerson
float: eyeHeight, field_18721, cameraY
float: eyeHeightOld, field_18722, lastCameraY
float: partialTickTime, field_47549, lastTickProgress
EnvironmentAttributeInterpolator: attributeProbe, field_63830, environmentAttributeInterpolator
Constructors
()
Methods
void (World, Entity, boolean, boolean, float): setup, method_19321, update
void (): tick, method_19317, updateEyeHeight
float (float): getMaxZoom, method_19318, clipToSpace
void (float, float, float): move, method_19324, moveBy
void (float, float): setRotation, method_19325, setRotation
void (double, double, double): setPosition, method_19327, setPos
void (Vec3d): setPosition, method_19322, setPos
Vec3d (): position, method_71156, getCameraPos
BlockPos (): blockPosition, method_19328, getBlockPos
float (): xRot, method_19329, getPitch
float (): yRot, method_19330, getYaw
float (): yaw, method_71155, getCameraYaw
org.joml.Quaternionf (): rotation, method_23767, getRotation
Entity (): entity, method_19331, getFocusedEntity
boolean (): isInitialized, method_19332, isReady
boolean (): isDetached, method_19333, isThirdPerson
EnvironmentAttributeInterpolator (): attributeProbe, method_75756, getEnvironmentAttributeInterpolator
Camera$Projection (): getNearPlane, method_36425, getProjection
CameraSubmersionType (): getFluidInCamera, method_19334, getSubmersionType
org.joml.Vector3fc (): forwardVector, method_19335, getHorizontalPlane
org.joml.Vector3fc (): upVector, method_19336, getVerticalPlane
org.joml.Vector3fc (): leftVector, method_35689, getDiagonalPlane
void (): reset, method_19337, reset
float (): getPartialTickTime, method_55437, getLastTickProgress