public class RenderPump extends net.minecraftforge.client.model.animation.FastTESR<TilePump>
Constructor and Description |
---|
RenderPump() |
Modifier and Type | Method and Description |
---|---|
static void |
init() |
boolean |
isGlobalRenderer(TilePump tile) |
void |
renderTileEntityFast(TilePump 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 TilePump 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<TilePump>
public boolean isGlobalRenderer(TilePump tile)
isGlobalRenderer
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TilePump>
public static void init()