BuiltinItemRendererRegistry

public interface BuiltinItemRendererRegistry

This registry holds builtin item renderers for items.

Types

DynamicItemRenderer
Link copied to clipboard
public interface DynamicItemRenderer
Dynamic item renderers render items with custom code.They allow using non-model rendering, such as BERs, for items.

Functions

register
Link copied to clipboard
abstract void register(Item item, BuiltinItemRenderer renderer)
Registers the renderer for the item.
abstract void register(ItemConvertible item, BuiltinItemRenderer renderer)
Registers the renderer for the item.
abstract void register(@NotNull() ItemConvertible item, @NotNull() BuiltinItemRendererRegistry.DynamicItemRenderer renderer)
Registers the renderer for the item.

Inheritors

BuiltinItemRendererRegistryImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard