net.minecraft.client.render.block.entity

public abstract class BlockEntityRenderer<T extends BlockEntity>

bwy
net.minecraft.class_599
net.minecraft.client.render.block.entity.BlockEntityRenderer
net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer

Field summary

Modifier and TypeField
protected static final Identifier[]
b
field_11015
MINING_PROGRESS_LOCATIONS
field_178460_a
DESTROY_STAGES
protected BlockEntityRenderDispatcher
c
field_2202
dispatcher
field_147501_a
rendererDispatcher

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(T arg0, double arg1, double arg2, double arg3, float arg4, int arg5, float arg6)
method_1631(T arg0, double arg1, double arg2, double arg3, float arg4, int arg5, float arg6)
render(T blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress, float opacity)
func_192841_a(T arg0, double arg1, double arg2, double arg3, float arg4, int arg5, float arg6)
render(T te, double x, double y, double z, float partialTicks, int destroyStage, float arg6)
protected void
a(boolean arg0)
method_13445(boolean arg0)
glTexture(boolean disable)
func_190053_a(boolean arg0)
setLightmapDisabled(boolean disabled)
protected void
a(nf arg0)
method_5872(class_1653 arg0)
bindTexture(Identifier location)
func_147499_a(ResourceLocation arg0)
bindTexture(ResourceLocation location)
protected World
a()
method_10103()
getWorld()
func_178459_a()
getWorld()
public void
a(bwx arg0)
method_1632(class_598 arg0)
init(BlockEntityRenderDispatcher dispatcher)
func_147497_a(TileEntityRendererDispatcher arg0)
setRendererDispatcher(TileEntityRendererDispatcher rendererDispatcherIn)
public TextRenderer
b()
method_1635()
getTextRenderer()
func_147498_b()
getFontRenderer()
public boolean
a(T arg0)
method_12410(T arg0)
shouldRenderOffScreen(T blockEntity)
func_188185_a(T arg0)
isGlobalRenderer(T te)
protected void
a(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
method_13444(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
renderNameTag(T blockEntity, String name, double x, double y, double z, int range)
func_190052_a(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
drawNameplate(T te, String str, double x, double y, double z, int maxDistance)