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 |
---|---|
boolean |
isGlobalRenderer(TileQuarry tile) |
void |
renderTileEntityAt(TileQuarry tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
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 renderTileEntityAt(TileQuarry tile, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileQuarry>
public boolean isGlobalRenderer(TileQuarry tile)
isGlobalRenderer
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileQuarry>