public class ConduitTileEntityRenderer extends TileEntityRenderer<ConduitTileEntity>
Modifier and Type | Field and Description |
---|---|
static Material |
BASE_TEXTURE |
static Material |
CAGE_TEXTURE |
static Material |
CLOSED_EYE_TEXTURE |
private ModelRenderer |
field_228872_h_ |
private ModelRenderer |
field_228873_i_ |
private ModelRenderer |
field_228874_j_ |
private ModelRenderer |
field_228875_k_ |
static Material |
OPEN_EYE_TEXTURE |
static Material |
VERTICAL_WIND_TEXTURE |
static Material |
WIND_TEXTURE |
renderDispatcher
Constructor and Description |
---|
ConduitTileEntityRenderer(TileEntityRendererDispatcher p_i226009_1_) |
Modifier and Type | Method and Description |
---|---|
void |
render(ConduitTileEntity tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
isGlobalRenderer
public static final Material BASE_TEXTURE
public static final Material CAGE_TEXTURE
public static final Material WIND_TEXTURE
public static final Material VERTICAL_WIND_TEXTURE
public static final Material OPEN_EYE_TEXTURE
public static final Material CLOSED_EYE_TEXTURE
private final ModelRenderer field_228872_h_
private final ModelRenderer field_228873_i_
private final ModelRenderer field_228874_j_
private final ModelRenderer field_228875_k_
public ConduitTileEntityRenderer(TileEntityRendererDispatcher p_i226009_1_)
public void render(ConduitTileEntity tileEntityIn, float partialTicks, MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int combinedLightIn, int combinedOverlayIn)
render
in class TileEntityRenderer<ConduitTileEntity>