public class ModelBrokenCloningMachine extends ModelEntityBlock<net.minecraft.tileentity.TileEntity>
| Modifier and Type | Field and Description |
|---|---|
PixelmonModelRenderer |
glass |
PixelmonModelRenderer |
machine |
| Constructor and Description |
|---|
ModelBrokenCloningMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderGlass(com.mojang.blaze3d.matrix.MatrixStack matrix,
com.mojang.blaze3d.vertex.IVertexBuilder buffer,
int packedLight,
int packedOverlay,
float red,
float green,
float blue,
float alpha) |
void |
renderTileEntity(net.minecraft.tileentity.TileEntity tileEnt,
com.mojang.blaze3d.matrix.MatrixStack matrix,
com.mojang.blaze3d.vertex.IVertexBuilder buffer,
int packedLight,
int packedOverlay,
float red,
float green,
float blue,
float alpha) |
renderToBufferpublic PixelmonModelRenderer machine
public PixelmonModelRenderer glass
public void renderTileEntity(net.minecraft.tileentity.TileEntity tileEnt,
com.mojang.blaze3d.matrix.MatrixStack matrix,
com.mojang.blaze3d.vertex.IVertexBuilder buffer,
int packedLight,
int packedOverlay,
float red,
float green,
float blue,
float alpha)
renderTileEntity in class ModelEntityBlock<net.minecraft.tileentity.TileEntity>public void renderGlass(com.mojang.blaze3d.matrix.MatrixStack matrix,
com.mojang.blaze3d.vertex.IVertexBuilder buffer,
int packedLight,
int packedOverlay,
float red,
float green,
float blue,
float alpha)