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 TypeMethodDescriptionvoid
GlobalSettings.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 TypeMethodDescriptionvoid
InGameHud.render
(DrawContext context, RenderTickCounter tickCounter) void
InGameHud.Renderable.render
(DrawContext context, RenderTickCounter tickCounter) void
InGameHud.renderAutosaveIndicator
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderBossBarHud
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderChat
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderCrosshair
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderDebugHud
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.renderDemoTimer
(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.renderSubtitlesHud
(DrawContext context, RenderTickCounter tickCounter) private void
InGameHud.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 TypeMethodDescriptionvoid
Bar.renderAddons
(DrawContext context, RenderTickCounter tickCounter) void
ExperienceBar.renderAddons
(DrawContext context, RenderTickCounter tickCounter) void
JumpBar.renderAddons
(DrawContext context, RenderTickCounter tickCounter) void
LocatorBar.renderAddons
(DrawContext context, RenderTickCounter tickCounter) void
Bar.renderBar
(DrawContext context, RenderTickCounter tickCounter) void
ExperienceBar.renderBar
(DrawContext context, RenderTickCounter tickCounter) void
JumpBar.renderBar
(DrawContext context, RenderTickCounter tickCounter) void
LocatorBar.renderBar
(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, Matrix4f positionMatrix, Matrix4f projectionMatrix, GpuBufferSlice fog, Vector4f fogColor, boolean shouldRenderSky) private void
WorldRenderer.renderEntities
(MatrixStack matrices, VertexConsumerProvider.Immediate vertexConsumers, Camera camera, RenderTickCounter tickCounter, List<Entity> entities) private void
WorldRenderer.renderMain
(FrameGraphBuilder frameGraphBuilder, Frustum frustum, Camera camera, Matrix4f positionMatrix, GpuBufferSlice fog, boolean renderBlockOutline, boolean renderEntityOutline, RenderTickCounter tickCounter, Profiler profiler) void
GameRenderer.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) void
AtmosphericFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
BlindnessEffectFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
DarknessEffectFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
DimensionOrBossFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) abstract void
FogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
LavaFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
PowderSnowFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) void
WaterFogModifier.applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter)