Package net.fabricmc.fabric.api.client.rendering.v1
package net.fabricmc.fabric.api.client.rendering.v1
-
ClassDescriptionArmor renderers render worn armor items with custom code.Helper class for registering BlockEntityRenderers.Deprecated.This registry holds builtin item renderers for items.Dynamic item renderers render items with custom code.ColorProviderRegistry<T,
Provider> Dimensional renderers render world specific visuals of a world.A helpers for registering entity model layers and providers for the layer's textured model data.Helper class for registering EntityRenderers.Called when the world renderer reloads, usually as result of changing resource pack or video configuration, or when the player types F3+A in the debug screen.Called whenfeature renderersfor aliving entity rendererare registered.A delegate object used to help register feature renderers for an entity renderer.Events related to living entityFeatureRenderers.Allows registering a mapping fromTooltipDatatoTooltipComponent.Except as noted below, the properties exposed here match the parameters passed toWorldRenderer.render(MatrixStack, float, long, boolean, Camera, GameRenderer, LightmapTextureManager, Matrix4f).Used inBLOCK_OUTLINEto convey the parameters normally sent toWorldRenderer.drawBlockOutline.Mods should use these events to introduce custom rendering duringWorldRenderer.render(net.minecraft.client.util.math.MatrixStack, float, long, boolean, net.minecraft.client.render.Camera, net.minecraft.client.render.GameRenderer, net.minecraft.client.render.LightmapTextureManager, net.minecraft.util.math.Matrix4f)without adding complicated and conflict-prone injections there.
BuiltinItemRendererRegistry.DynamicItemRendererinstead.