Uses of Interface
net.minecraft.client.render.RenderTickCounter
Packages that use RenderTickCounter
Package
Description
-
Uses of RenderTickCounter in net.minecraft.client
Methods in net.minecraft.client that return RenderTickCounter -
Uses of RenderTickCounter in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoidGlobalSettings.set(int width, int height, double glintStrength, long time, RenderTickCounter tickCounter, int menuBackgroundBluriness) -
Uses of RenderTickCounter in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoidInGameHud.render(DrawContext context, RenderTickCounter tickCounter) voidInGameHud.Renderable.render(DrawContext context, RenderTickCounter tickCounter) voidInGameHud.renderAutosaveIndicator(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderBossBarHud(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderChat(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderCrosshair(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderDebugHud(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderDemoTimer(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderHotbar(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderHotbarItem(DrawContext context, int x, int y, RenderTickCounter tickCounter, PlayerEntity player, ItemStack stack, int seed) private voidInGameHud.renderMainHud(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderMiscOverlays(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderOverlayMessage(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderPlayerList(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderScoreboardSidebar(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderSleepOverlay(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderStatusEffectOverlay(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderSubtitlesHud(DrawContext context, RenderTickCounter tickCounter) private voidInGameHud.renderTitleAndSubtitle(DrawContext context, RenderTickCounter tickCounter) -
Uses of RenderTickCounter in net.minecraft.client.gui.hud.bar
Methods in net.minecraft.client.gui.hud.bar with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoidBar.renderAddons(DrawContext context, RenderTickCounter tickCounter) voidExperienceBar.renderAddons(DrawContext context, RenderTickCounter tickCounter) voidJumpBar.renderAddons(DrawContext context, RenderTickCounter tickCounter) voidLocatorBar.renderAddons(DrawContext context, RenderTickCounter tickCounter) voidBar.renderBar(DrawContext context, RenderTickCounter tickCounter) voidExperienceBar.renderBar(DrawContext context, RenderTickCounter tickCounter) voidJumpBar.renderBar(DrawContext context, RenderTickCounter tickCounter) voidLocatorBar.renderBar(DrawContext context, RenderTickCounter tickCounter) -
Uses of RenderTickCounter in net.minecraft.client.render
Classes in net.minecraft.client.render that implement RenderTickCounterModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.client.render declared as RenderTickCounterModifier and TypeFieldDescriptionstatic final RenderTickCounterRenderTickCounter.ONEstatic final RenderTickCounterRenderTickCounter.ZEROMethods in net.minecraft.client.render with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoidGameRenderer.render(RenderTickCounter tickCounter, boolean tick) voidWorldRenderer.render(ObjectAllocator allocator, RenderTickCounter tickCounter, boolean renderBlockOutline, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, GpuBufferSlice fog, Vector4f fogColor, boolean shouldRenderSky) private voidWorldRenderer.renderEntities(MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers, Camera camera, RenderTickCounter tickCounter, List<Entity> entities) private voidWorldRenderer.renderMain(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, GpuBufferSlice fog, boolean renderBlockOutline, boolean renderEntityOutline, RenderTickCounter tickCounter, Profiler profiler) voidGameRenderer.renderWorld(RenderTickCounter renderTickCounter) -
Uses of RenderTickCounter in net.minecraft.client.render.fog
Methods in net.minecraft.client.render.fog with parameters of type RenderTickCounterModifier and TypeMethodDescriptionFogRenderer.applyFog(Camera camera, int viewDistance, boolean thick, RenderTickCounter tickCounter, float skyDarkness, ClientWorld world) voidAtmosphericFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidBlindnessEffectFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidDarknessEffectFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidDimensionOrBossFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) abstract voidFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidLavaFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidPowderSnowFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) voidWaterFogModifier.applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter)