public class RenderAccumulator extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEntityAccumulator>
| Constructor and Description |
|---|
RenderAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
renderBlockModel(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState state) |
void |
renderTileEntityAt(TileEntityAccumulator te,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
public void renderTileEntityAt(TileEntityAccumulator te, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEntityAccumulator>public static void renderBlockModel(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState state)