public class RenderMiningWell extends net.minecraftforge.client.model.animation.FastTESR<TileMiningWell>
Constructor and Description |
---|
RenderMiningWell() |
Modifier and Type | Method and Description |
---|---|
static void |
init() |
boolean |
isGlobalRenderer(TileMiningWell tile) |
void |
renderTileEntityFast(TileMiningWell tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float partial,
net.minecraft.client.renderer.BufferBuilder buffer) |
static void |
textureStitchPost() |
public static void textureStitchPost()
public void renderTileEntityFast(@Nonnull TileMiningWell tile, double x, double y, double z, float partialTicks, int destroyStage, float partial, @Nonnull net.minecraft.client.renderer.BufferBuilder buffer)
renderTileEntityFast
in class net.minecraftforge.client.model.animation.FastTESR<TileMiningWell>
public boolean isGlobalRenderer(TileMiningWell tile)
isGlobalRenderer
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileMiningWell>
public static void init()