public class RenderTube extends net.minecraftforge.client.model.animation.FastTESR<TileMiner>
Constructor and Description |
---|
RenderTube(LaserData_BC8.LaserType laserType) |
Modifier and Type | Method and Description |
---|---|
void |
renderTileEntityFast(TileMiner tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
net.minecraft.client.renderer.VertexBuffer buffer) |
public RenderTube(LaserData_BC8.LaserType laserType)
public void renderTileEntityFast(@Nonnull TileMiner tile, double x, double y, double z, float partialTicks, int destroyStage, @Nonnull net.minecraft.client.renderer.VertexBuffer buffer)
renderTileEntityFast
in class net.minecraftforge.client.model.animation.FastTESR<TileMiner>