Companion

@Environment(value = EnvType.CLIENT)
public class Companion(source)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
public final static Boolean contains(Identifier staffItem)

Checks if a renderer for the given item is registered.

Link copied to clipboard
public final static IStaffItemRenderer get(Identifier staffItem)

Gets the registered renderer for the given item or null, if no renderer was registered.

Link copied to clipboard
public final static Boolean register(Identifier staffItem, IStaffItemRenderer renderer)

Registers a renderer for a given item ID.