public interface TabIconRenderer
Each renderer instance represents the single graphic it is drawing. To provide different graphics for different tabs you'll need to create multiple tab renderer instances.
ItemStackTabIconRenderer,
TextureTabIconRenderer| Modifier and Type | Method and Description |
|---|---|
void |
render()
Called when icon of a tab should be rendered.
|