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.BufferBuilder bb)
Used to render a lot of items in sequential order.
|
static void |
renderItemStack(double x,
double y,
double z,
net.minecraft.item.ItemStack stack,
int stackCount,
int lightc,
net.minecraft.util.EnumFacing dir,
net.minecraft.client.renderer.BufferBuilder bb)
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.BufferBuilder bb)
endItemBatch()
after your have rendered all of the items.public static void renderItemStack(double x, double y, double z, net.minecraft.item.ItemStack stack, int stackCount, int lightc, net.minecraft.util.EnumFacing dir, net.minecraft.client.renderer.BufferBuilder bb)
endItemBatch()
after your have rendered all of the items.public static void endItemBatch()