Uses of Class
net.minecraft.client.render.Camera
Packages that use Camera
Package
Description
-
Uses of Camera in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type Camera -
Uses of Camera in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type CameraModifier and TypeMethodDescriptionvoidParticleManager.addToBatch(SubmittableBatch batch, Frustum frustum, Camera camera, float tickProgress) ElderGuardianParticleRenderer.State.create(ElderGuardianParticle particle, Camera camera, float tickProgress) ItemPickupParticleRenderer.Instance.create(ItemPickupParticle particle, Camera camera, float tickProgress) voidBillboardParticle.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) protected voidBillboardParticle.render(BillboardParticleSubmittable submittable, Camera camera, Quaternionf rotation, float tickProgress) voidConnectionParticle.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) voidDustColorTransitionParticle.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) voidFireworksSparkParticle.Explosion.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) voidFireworksSparkParticle.Flash.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) abstract SubmittablevoidShriekParticle.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) voidVibrationParticle.render(BillboardParticleSubmittable submittable, Camera camera, float tickProgress) voidBillboardParticle.Rotator.setRotation(Quaternionf quaternion, Camera camera, float tickProgress) -
Uses of Camera in net.minecraft.client.render
Fields in net.minecraft.client.render declared as CameraMethods in net.minecraft.client.render that return CameraMethods in net.minecraft.client.render with parameters of type CameraModifier and TypeMethodDescriptionvoidWeatherRendering.addParticlesAndSound(ClientWorld world, Camera camera, int ticks, ParticlesMode particlesMode) private voidWorldRenderer.fillBlockBreakingProgressRenderState(Camera camera, WorldRenderState renderStates) private voidWorldRenderer.fillBlockEntityRenderStates(Camera camera, float tickProgress, WorldRenderState renderStates) private voidWorldRenderer.fillEntityOutlineRenderStates(Camera camera, WorldRenderState renderStates) private voidWorldRenderer.fillEntityRenderStates(Camera camera, Frustum frustum, RenderTickCounter tickCounter, WorldRenderState renderStates) private floatprivate booleanWorldRenderer.hasBlindnessOrDarkness(Camera camera) private voidWorldRenderer.method_74752(Camera camera, Frustum frustum, boolean bool) voidWorldRenderer.render(ObjectAllocator allocator, RenderTickCounter tickCounter, boolean renderBlockOutline, Camera camera, Matrix4f positionMatrix, Matrix4f matrix4f, Matrix4f projectionMatrix, GpuBufferSlice fogBuffer, Vector4f fogColor, boolean renderSky) private voidWorldRenderer.renderSky(FrameGraphBuilder frameGraphBuilder, Camera camera, GpuBufferSlice fogBuffer) private voidChunkRenderingDataPreparer.scheduleLater(Camera camera, Queue<ChunkRenderingDataPreparer.ChunkInfo> queue) voidprivate voidWorldRenderer.updateChunks(Camera camera) voidChunkRenderingDataPreparer.updateSectionOcclusionGraph(boolean cullChunks, Camera camera, Frustum frustum, List<ChunkBuilder.BuiltChunk> builtChunk, LongOpenHashSet activeSections) private voidChunkRenderingDataPreparer.updateTerrain(boolean cullChunks, Camera camera, Vec3d cameraPos, LongOpenHashSet activeSections) -
Uses of Camera in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type Camera -
Uses of Camera in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug that return CameraModifier and TypeMethodDescriptionprivate CameraRaidCenterDebugRenderer.getCamera()private CameraBeeDebugRenderer.getCameraPos() -
Uses of Camera in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as CameraMethods in net.minecraft.client.render.entity with parameters of type Camera -
Uses of Camera in net.minecraft.client.render.fog
Methods in net.minecraft.client.render.fog with parameters of type CameraModifier and TypeMethodDescriptionFogRenderer.applyFog(Camera camera, int viewDistance, boolean thick, RenderTickCounter tickCounter, float skyDarkness, ClientWorld world) private CameraSubmersionTypeFogRenderer.getCameraSubmersionType(Camera camera, boolean thick) intFogModifier.getFogColor(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) private Vector4fFogRenderer.getFogColor(Camera camera, float tickProgress, ClientWorld world, int viewDistance, float skyDarkness, boolean thick) intLavaFogModifier.getFogColor(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) intPowderSnowFogModifier.getFogColor(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) intStandardFogModifier.getFogColor(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) intWaterFogModifier.getFogColor(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) -
Uses of Camera in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as CameraMethods in net.minecraft.client.sound with parameters of type CameraModifier and TypeMethodDescriptionvoidSoundManager.updateListenerPosition(Camera camera) voidSoundSystem.updateListenerPosition(Camera camera) Constructors in net.minecraft.client.sound with parameters of type CameraModifierConstructorDescriptionEndLightFlashSoundInstance(SoundEvent soundEvent, SoundCategory category, Random random, Camera camera, float rotationDegreesX, float rotationDegreesY)