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.gui
Methods in net.minecraft.client.gui with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoid
LayeredDrawer.Layer.render
(DrawContext context, RenderTickCounter tickCounter) void
LayeredDrawer.render
(DrawContext context, RenderTickCounter tickCounter) private void
LayeredDrawer.renderInternal
(DrawContext context, RenderTickCounter tickCounter) -
Uses of RenderTickCounter in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoid
InGameHud.render
(DrawContext context, RenderTickCounter tickCounter) void
InGameHud.renderAutosaveIndicator
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderChat
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderCrosshair
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderDemoTimer
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderExperienceLevel
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderHotbar
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderHotbarItem
(DrawContext context, int x, int y, RenderTickCounter tickCounter, PlayerEntity player, ItemStack stack, int seed) private void
InGameHud.renderMainHud
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderMiscOverlays
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderOverlayMessage
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderPlayerList
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderScoreboardSidebar
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderSleepOverlay
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderStatusEffectOverlay
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderTitleAndSubtitle
(DrawContext context, RenderTickCounter tickCounter) -
Uses of RenderTickCounter in net.minecraft.client.render
Classes in net.minecraft.client.render that implement RenderTickCounterModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.client.render declared as RenderTickCounterModifier and TypeFieldDescriptionstatic final RenderTickCounter
RenderTickCounter.ONE
static final RenderTickCounter
RenderTickCounter.ZERO
Methods in net.minecraft.client.render with parameters of type RenderTickCounterModifier and TypeMethodDescriptionvoid
GameRenderer.render
(RenderTickCounter tickCounter, boolean tick) void
WorldRenderer.render
(ObjectAllocator allocator, RenderTickCounter tickCounter, boolean renderBlockOutline, Camera camera, GameRenderer gameRenderer, Matrix4f positionMatrix, Matrix4f projectionMatrix) private void
WorldRenderer.renderEntities
(MatrixStack matrices, VertexConsumerProvider.Immediate immediate, Camera camera, RenderTickCounter tickCounter, List<Entity> entities) private void
WorldRenderer.renderMain
(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, Matrix4f projectionMatrix, Fog fog, boolean renderBlockOutline, boolean renderEntityOutlines, RenderTickCounter renderTickCounter, Profiler profiler) void
GameRenderer.renderWorld
(RenderTickCounter renderTickCounter)