public class EndPortalTileEntityRenderer<T extends EndPortalTileEntity> extends TileEntityRenderer<T>
| Modifier and Type | Field and Description |
|---|---|
static ResourceLocation |
END_PORTAL_TEXTURE |
static ResourceLocation |
END_SKY_TEXTURE |
renderDispatcher| Constructor and Description |
|---|
EndPortalTileEntityRenderer(TileEntityRendererDispatcher rendererDispatcherIn) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
getOffset() |
protected int |
getPasses(double p_191286_1_) |
void |
render(T tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
isGlobalRendererpublic static final ResourceLocation END_SKY_TEXTURE
public static final ResourceLocation END_PORTAL_TEXTURE
public EndPortalTileEntityRenderer(TileEntityRendererDispatcher rendererDispatcherIn)
public void render(T tileEntityIn, float partialTicks, MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int combinedLightIn, int combinedOverlayIn)
render in class TileEntityRenderer<T extends EndPortalTileEntity>protected int getPasses(double p_191286_1_)
protected float getOffset()