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 drawContext, RenderTickCounter tickCounter) private voidInGameHud.renderMiscOverlays(DrawContext drawContext, 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, GameRenderer gameRenderer, Matrix4f positionMatrix, Matrix4f projectionMatrix) 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 gpuBufferSlice, boolean bool, boolean bool2, RenderTickCounter renderTickCounter, Profiler profiler) voidGameRenderer.renderWorld(RenderTickCounter renderTickCounter)