public class RenderNaturalistChest extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileNaturalistChest>
| Constructor and Description |
|---|
RenderNaturalistChest(java.lang.String textureName) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(net.minecraft.util.EnumFacing orientation,
float prevLidAngle,
float lidAngle,
double x,
double y,
double z,
float partialTick) |
void |
render(TileNaturalistChest chest,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
public void render(TileNaturalistChest chest, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileNaturalistChest>chest - If it null its render the item else it render the tile entity.public void render(net.minecraft.util.EnumFacing orientation,
float prevLidAngle,
float lidAngle,
double x,
double y,
double z,
float partialTick)