public interface IItemRenderer<T extends Item>
| Modifier and Type | Method and Description |
|---|---|
void |
render(IGameInstance game,
IAssetManager manager,
org.newdawn.slick.Graphics g,
T item,
ItemInstance instance,
float x,
float y,
float scale,
org.newdawn.slick.Color filter) |
default void |
renderOnMouseCursor(IGameInstance game,
IAssetManager manager,
org.newdawn.slick.Graphics g,
T item,
ItemInstance instance,
float x,
float y,
float scale,
org.newdawn.slick.Color filter) |
void render(IGameInstance game, IAssetManager manager, org.newdawn.slick.Graphics g, T item, ItemInstance instance, float x, float y, float scale, org.newdawn.slick.Color filter)
default void renderOnMouseCursor(IGameInstance game, IAssetManager manager, org.newdawn.slick.Graphics g, T item, ItemInstance instance, float x, float y, float scale, org.newdawn.slick.Color filter)