net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

bqf
net.minecraft.class_598
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher

Field summary

Modifier and TypeField
private final Map<Class<? extends BlockEntity>, BlockEntityRenderer<? extends BlockEntity>>
n
field_2200
renderers
mapSpecialRenderers
public static BlockEntityRenderDispatcher
a
field_2188
INSTANCE
instance
private TextRenderer
o
field_2201
textRenderer
fontRenderer
public static double
b
field_2189
offsetX
staticPlayerX
public static double
c
field_2190
offsetY
staticPlayerY
public static double
d
field_2191
offsetZ
staticPlayerZ
public TextureManager
e
field_6602
textureManager
renderEngine
public World
f
field_2193
world
world
public Entity
g
field_11014
camera
entity
public float
h
field_2195
cameraYaw
entityYaw
public float
i
field_2196
cameraPitch
entityPitch
public HitResult
j
field_14963
crosshairTarget
cameraHitResult
public double
k
field_2197
cameraX
entityX
public double
l
field_2198
cameraY
entityY
public double
m
field_2199
cameraZ
entityZ

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public <T extends BlockEntity> BlockEntityRenderer<T>
a(Class<? extends aqk> arg0)
method_1627(Class<? extends class_226> arg0)
getRenderer(Class<? extends BlockEntity> type)
getSpecialRendererByClass(Class<? extends TileEntity> teClass)
public <T extends BlockEntity> BlockEntityRenderer<T>
a(aqk arg0)
method_1630(class_226 arg0)
getRenderer(BlockEntity blockEntity)
getSpecialRenderer(TileEntity tileEntityIn)
public void
a(aid arg0, bwf arg1, bdl arg2, rw arg3, bbz arg4, float arg5)
method_1629(class_1150 arg0, class_1532 arg1, class_370 arg2, class_864 arg3, class_234 arg4, float arg5)
prepare(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, HitResult crosshairTarget, float tickDelta)
prepare(World arg0, TextureManager arg1, FontRenderer arg2, Entity arg3, RayTraceResult arg4, float arg5)
public void
a(aqk arg0, float arg1, int arg2)
method_10101(class_226 arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
renderTileEntity(TileEntity tileentityIn, float partialTicks, int destroyStage)
public void
a(aqk arg0, double arg1, double arg2, double arg3, float arg4)
method_1625(class_226 arg0, double arg1, double arg2, double arg3, float arg4)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta)
renderTileEntityAt(TileEntity tileEntityIn, double x, double y, double z, float partialTicks)
public void
a(aqk arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_10100(class_226 arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress)
renderTileEntityAt(TileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)
public void
a(aid arg0)
method_1628(class_1150 arg0)
setWorld(World world)
setWorld(World worldIn)
public TextRenderer
a()
method_1623()
getTextRenderer()
getFontRenderer()