public class RenderQuarry extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileQuarry>
Modifier and Type | Field and Description |
---|---|
static LaserData_BC8.LaserType |
DRILL |
static LaserData_BC8.LaserType |
FRAME |
static LaserData_BC8.LaserType |
FRAME_BOTTOM |
static LaserData_BC8.LaserType |
LASER |
Constructor and Description |
---|
RenderQuarry() |
Modifier and Type | Method and Description |
---|---|
static void |
init() |
boolean |
isGlobalRenderer(TileQuarry tile) |
void |
render(TileQuarry tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
public static final LaserData_BC8.LaserType FRAME
public static final LaserData_BC8.LaserType FRAME_BOTTOM
public static final LaserData_BC8.LaserType DRILL
public static final LaserData_BC8.LaserType LASER
public void render(TileQuarry tile, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileQuarry>
public boolean isGlobalRenderer(TileQuarry tile)
isGlobalRenderer
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileQuarry>
public static void init()