Uses of Class
net.minecraft.client.render.Camera
Packages that use Camera
Package
Description
- 
Uses of Camera in net.minecraft.client.particleMethods in net.minecraft.client.particle with parameters of type CameraModifier and TypeMethodDescriptionvoidBillboardParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidDustColorTransitionParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidElderGuardianAppearanceParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidFireworksSparkParticle.Explosion.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidFireworksSparkParticle.Flash.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidItemPickupParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.final voidNoRenderParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.abstract voidParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.voidShriekParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.private voidShriekParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta, Consumer<Quaternionf> rotator) voidVibrationParticle.buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta) Renders this particle to the givenVertexConsumerbuffer.private voidVibrationParticle.render(VertexConsumer vertexConsumer, Camera camera, float tickDelta, Consumer<Quaternionf> transforms) voidParticleManager.renderParticles(MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers, LightmapTextureManager lightmapTextureManager, Camera camera, float tickDelta) 
- 
Uses of Camera in net.minecraft.client.renderFields 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 TypeMethodDescriptionstatic voidBackgroundRenderer.applyFog(Camera camera, BackgroundRenderer.FogType fogType, float viewDistance, boolean thickFog, float tickDelta) private voidWorldRenderer.enqueueChunksInViewDistance(Camera camera, Queue<WorldRenderer.ChunkInfo> queue) private doubleprivate booleanWorldRenderer.hasBlindnessOrDarkness(Camera camera) static voidBackgroundRenderer.render(Camera camera, float tickDelta, ClientWorld world, int viewDistance, float skyDarkness) voidWorldRenderer.render(MatrixStack matrices, float tickDelta, long limitTime, boolean renderBlockOutline, Camera camera, GameRenderer gameRenderer, LightmapTextureManager lightmapTextureManager, Matrix4f projectionMatrix) private voidWorldRenderer.renderChunkDebugInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Camera camera) private voidGameRenderer.renderHand(MatrixStack matrices, Camera camera, float tickDelta) voidWorldRenderer.renderSky(MatrixStack matrices, Matrix4f projectionMatrix, float tickDelta, Camera camera, boolean thickFog, Runnable fogCallback) private voidWorldRenderer.renderWorldBorder(Camera camera) private voidWorldRenderer.setupTerrain(Camera camera, Frustum frustum, boolean hasForcedFrustum, boolean spectator) voidWorldRenderer.tickRainSplashing(Camera camera) private voidWorldRenderer.updateChunks(Camera camera) 
- 
Uses of Camera in net.minecraft.client.render.block.entityFields in net.minecraft.client.render.block.entity declared as CameraMethods in net.minecraft.client.render.block.entity with parameters of type Camera
- 
Uses of Camera in net.minecraft.client.render.debugMethods in net.minecraft.client.render.debug that return CameraModifier and TypeMethodDescriptionprivate CameraRaidCenterDebugRenderer.getCamera()private CameraBeeDebugRenderer.getCameraPos()
- 
Uses of Camera in net.minecraft.client.render.entityFields 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.soundMethods in net.minecraft.client.sound with parameters of type CameraModifier and TypeMethodDescriptionvoidSoundManager.updateListenerPosition(Camera camera) voidSoundSystem.updateListenerPosition(Camera camera)