public class RenderFiller extends net.minecraftforge.client.model.animation.FastTESR<TileFiller>
Constructor and Description |
---|
RenderFiller() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(TileFiller te) |
void |
renderTileEntityFast(TileFiller tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float partial,
net.minecraft.client.renderer.BufferBuilder bb) |
public void renderTileEntityFast(TileFiller tile, double x, double y, double z, float partialTicks, int destroyStage, float partial, net.minecraft.client.renderer.BufferBuilder bb)
renderTileEntityFast
in class net.minecraftforge.client.model.animation.FastTESR<TileFiller>
public boolean isGlobalRenderer(TileFiller te)
isGlobalRenderer
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileFiller>