Package net.fabricmc.fabric.api.client.rendering.v1

Types

BuiltinItemRenderer
Link copied to clipboard
public interface BuiltinItemRenderer
Builtin item renderers render items with custom code.
BuiltinItemRendererRegistry
Link copied to clipboard
public interface BuiltinItemRendererRegistry
This registry holds builtin item renderers for items.
ColorProviderRegistry
Link copied to clipboard
public interface ColorProviderRegistry<T, Provider>
HudRenderCallback
Link copied to clipboard
public interface HudRenderCallback
InvalidateRenderStateCallback
Link copied to clipboard
public interface InvalidateRenderStateCallback
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.
WorldRenderContext
Link copied to clipboard
public interface WorldRenderContext
Except as noted below, the properties exposed here match the parameters passed to render.
WorldRenderEvents
Link copied to clipboard
public final class WorldRenderEvents
Mods should use these events to introduce custom rendering during render without adding complicated and conflict-prone injections there.