public class ItemRenderUtil
extends java.lang.Object
Constructor and Description |
---|
ItemRenderUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
endItemBatch() |
static void |
renderItemStack(double x,
double y,
double z,
net.minecraft.item.ItemStack stack,
int lightc,
net.minecraft.util.EnumFacing dir,
net.minecraft.client.renderer.VertexBuffer vb)
Used to render a lot of items in sequential order.
|
public static void renderItemStack(double x, double y, double z, net.minecraft.item.ItemStack stack, int lightc, net.minecraft.util.EnumFacing dir, net.minecraft.client.renderer.VertexBuffer vb)
endItemBatch()
after your have rendered all of the items.public static void endItemBatch()