net.minecraft.client.renderer.entity

public class EntityRenderDispatcher

implements ResourceManagerReloadListener

gwf
net.minecraft.client.renderer.entity.EntityRenderDispatcher
net.minecraft.class_898
net.minecraft.unmapped.C_gmkqxljo
net.minecraft.client.render.entity.EntityRenderDispatcher
net.minecraft.client.render.entity.EntityRenderDispatcher

Field summary

Modifier and TypeField
private static final RenderType
e
SHADOW_RENDER_TYPE
field_21009
f_jbpxeksz
SHADOW_LAYER
SHADOW_LAYER
private static final float
f
MAX_SHADOW_RADIUS
field_43377
f_grkapsqs
field_43377
MAX_SHADOW_RADIUS
private static final float
g
SHADOW_POWER_FALLOFF_Y
field_43378
f_ajxvijdz
field_43378
SHADOW_POWER_FALLOFF_Y
private Map<EntityType<?>, EntityRenderer<?, ?>>
h
renderers
field_4696
f_mnijxhxg
renderers
renderers
private Map<PlayerSkin$Model, EntityRenderer<? extends Player, ?>>
i
playerRenderers
field_4687
f_pqmgekar
modelRenderers
modelRenderers
public final TextureManager
a
textureManager
field_4685
f_hrtkrbgu
textureManager
textureManager
private Level
j
level
field_4684
f_liyqukna
world
world
public Camera
b
camera
field_4686
f_inkogvqd
camera
camera
private org.joml.Quaternionf
k
cameraOrientation
field_21794
f_sxssedpr
rotation
rotation
public Entity
c
crosshairPickEntity
field_4678
f_fbaociqb
targetedEntity
targetedEntity
private final ItemModelResolver
l
itemModelResolver
field_55289
f_qqkxvqdh
itemModelManager
private final MapRenderer
m
mapRenderer
field_53188
f_lwaiaimk
mapRenderer
private final BlockRenderDispatcher
n
blockRenderDispatcher
field_38886
f_dwhkotbc
blockRenderManager
blockRendererManager
private final ItemInHandRenderer
o
itemInHandRenderer
field_38887
f_nidlqprn
heldItemRenderer
heldItemRenderer
private final Font
p
font
field_4689
f_xquoyjna
textRenderer
textRenderer
public final Options
d
options
field_4692
f_cahsxueb
gameOptions
gameOptions
private final Supplier<EntityModelSet>
q
entityModels
field_27760
f_lvcadmzo
entityModelsGetter
modelLoader
private final EquipmentAssetManager
r
equipmentAssets
field_55290
f_mlnlewue
equipmentModelLoader
private boolean
s
shouldRenderShadow
field_4681
f_sroeqrgv
renderShadows
renderShadows
private boolean
t
renderHitBoxes
field_4680
f_bdhertpp
renderHitboxes
renderHitboxes

Constructor summary

ModifierConstructor
public (Minecraft client, TextureManager textureManager, ItemModelResolver itemModelManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderManager, Font textRenderer, Options gameOptions, Supplier<EntityModelSet> entityModelsGetter, EquipmentAssetManager equipmentModelLoader)

Method summary

Modifier and TypeMethod
public <E extends Entity> int
a(E arg0, float arg1)
getPackedLightCoords(E arg0, float arg1)
method_23839(E arg0, float arg1)
m_yuwygrss(E arg0, float arg1)
getLight(E entity, float tickProgress)
getLight(E entity, float tickDelta)
public <T extends Entity> EntityRenderer<? super T, ?>
a(T arg0)
getRenderer(T arg0)
method_3953(T arg0)
m_onwsnnpu(T arg0)
getRenderer(T entity)
getRenderer(T entity)
public void
a(dja arg0, fog arg1, bwf arg2)
prepare(Level arg0, Camera arg1, Entity arg2)
method_3941(class_1937 arg0, class_4184 arg1, class_1297 arg2)
m_nyhjjmgl(C_cdctfzbn arg0, C_dcmtgrvm arg1, C_astfners arg2)
configure(World world, Camera camera, Entity target)
configure(World world, Camera camera, Entity target)
public void
a(org.joml.Quaternionf arg0)
overrideCameraOrientation(org.joml.Quaternionf arg0)
method_24196(org.joml.Quaternionf arg0)
m_zgaxqjze(org.joml.Quaternionf arg0)
setRotation(org.joml.Quaternionf rotation)
setRotation(org.joml.Quaternionf rotation)
public void
a(boolean arg0)
setRenderShadow(boolean arg0)
method_3948(boolean arg0)
m_ygfwmczk(boolean arg0)
setRenderShadows(boolean renderShadows)
setRenderShadows(boolean value)
public void
b(boolean arg0)
setRenderHitBoxes(boolean arg0)
method_3955(boolean arg0)
m_exjczkhb(boolean arg0)
setRenderHitboxes(boolean renderHitboxes)
setRenderHitboxes(boolean value)
public boolean
a()
shouldRenderHitBoxes()
method_3958()
m_aqglsfps()
shouldRenderHitboxes()
shouldRenderHitboxes()
public <E extends Entity> boolean
a(E arg0, gtt arg1, double arg2, double arg3, double arg4)
shouldRender(E arg0, Frustum arg1, double arg2, double arg3, double arg4)
method_3950(E arg0, class_4604 arg1, double arg2, double arg3, double arg4)
m_vkyvfjmc(E arg0, C_jwzjqevg arg1, double arg2, double arg3, double arg4)
shouldRender(E entity, Frustum frustum, double x, double y, double z)
shouldRender(E entity, Frustum frustum, double x, double y, double z)
public <E extends Entity> void
a(E arg0, double arg1, double arg2, double arg3, float arg4, fjj arg5, gqa arg6, int arg7)
render(E arg0, double arg1, double arg2, double arg3, float arg4, PoseStack arg5, MultiBufferSource arg6, int arg7)
method_62424(E arg0, double arg1, double arg2, double arg3, float arg4, class_4587 arg5, class_4597 arg6, int arg7)
m_lxhutgph(E arg0, double arg1, double arg2, double arg3, float arg4, C_cnszsxvd arg5, C_igrgeffe arg6, int arg7)
render(E entity, double x, double y, double z, float tickProgress, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)
m_lxhutgph(E entity, double arg1, double arg2, double arg3, float arg4, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)
private <E extends Entity, S extends EntityRenderState> void
a(E arg0, double arg1, double arg2, double arg3, float arg4, fjj arg5, gqa arg6, int arg7, gwg<? super E, S> arg8)
render(E arg0, double arg1, double arg2, double arg3, float arg4, PoseStack arg5, MultiBufferSource arg6, int arg7, EntityRenderer<? super E, S> arg8)
method_3954(E arg0, double arg1, double arg2, double arg3, float arg4, class_4587 arg5, class_4597 arg6, int arg7, class_897<? super E, S> arg8)
m_dlztfonf(E arg0, double arg1, double arg2, double arg3, float arg4, C_cnszsxvd arg5, C_igrgeffe arg6, int arg7, C_oddtxnnw<? super E, S> arg8)
render(E entity, double x, double y, double z, float tickProgress, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, EntityRenderer<? super E, S> renderer)
m_dlztfonf(E entity, double arg1, double arg2, double arg3, float arg4, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, EntityRenderer<? super E, S> arg8)
private static void
a(fjj arg0, bwf arg1, gqa arg2)
renderServerSideHitbox(PoseStack arg0, Entity arg1, MultiBufferSource arg2)
method_61170(class_4587 arg0, class_1297 arg1, class_4597 arg2)
m_eiojvvyd(C_cnszsxvd arg0, C_astfners arg1, C_igrgeffe arg2)
renderServerSideHitbox(MatrixStack matrices, Entity entity, VertexConsumerProvider vertexConsumers)
m_eiojvvyd(MatrixStack matrices, Entity entity, VertexConsumerProvider vertexConsumers)
private static Entity
c(bwf arg0)
getServerSideEntity(Entity arg0)
method_61172(class_1297 arg0)
m_kknlrsea(C_astfners arg0)
getIntegratedServerEntity(Entity entity)
m_kknlrsea(Entity entity)
private static void
a(fjj arg0, fjn arg1, bwf arg2, float arg3, float arg4, float arg5, float arg6)
renderHitbox(PoseStack arg0, VertexConsumer arg1, Entity arg2, float arg3, float arg4, float arg5, float arg6)
method_3956(class_4587 arg0, class_4588 arg1, class_1297 arg2, float arg3, float arg4, float arg5, float arg6)
m_egilmezm(C_cnszsxvd arg0, C_igthdzux arg1, C_astfners arg2, float arg3, float arg4, float arg5, float arg6)
renderHitbox(MatrixStack matrices, VertexConsumer vertices, Entity entity, float tickProgress, float red, float green, float blue)
renderHitbox(MatrixStack matrices, VertexConsumer vertices, Entity entity, float tickDelta, float r, float g, float b)
private void
a(fjj arg0, gqa arg1, hcn arg2, org.joml.Quaternionf arg3)
renderFlame(PoseStack arg0, MultiBufferSource arg1, EntityRenderState arg2, org.joml.Quaternionf arg3)
method_23165(class_4587 arg0, class_4597 arg1, class_10017 arg2, org.joml.Quaternionf arg3)
m_xiuevnnf(C_cnszsxvd arg0, C_igrgeffe arg1, C_vptppxob arg2, org.joml.Quaternionf arg3)
renderFire(MatrixStack matrices, VertexConsumerProvider vertexConsumers, EntityRenderState renderState, org.joml.Quaternionf rotation)
renderFire(MatrixStack matrices, VertexConsumerProvider vertexConsumers, hcn arg2, org.joml.Quaternionf quaternion)
private static void
a(fjj$a arg0, fjn arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
fireVertex(PoseStack$Pose arg0, VertexConsumer arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
method_23161(class_4587$class_4665 arg0, class_4588 arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
m_fwaagtfg(C_cnszsxvd$C_pqokfevb arg0, C_igthdzux arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
drawFireVertex(MatrixStack$Entry entry, VertexConsumer vertices, float x, float y, float z, float u, float v)
drawFireVertex(MatrixStack$Entry entry, VertexConsumer vertices, float x, float y, float z, float u, float v)
private static void
a(fjj arg0, gqa arg1, hcn arg2, float arg3, float arg4, djd arg5, float arg6)
renderShadow(PoseStack arg0, MultiBufferSource arg1, EntityRenderState arg2, float arg3, float arg4, LevelReader arg5, float arg6)
method_23166(class_4587 arg0, class_4597 arg1, class_10017 arg2, float arg3, float arg4, class_4538 arg5, float arg6)
m_htgxarkn(C_cnszsxvd arg0, C_igrgeffe arg1, C_vptppxob arg2, float arg3, float arg4, C_eemzphbi arg5, float arg6)
renderShadow(MatrixStack matrices, VertexConsumerProvider vertexConsumers, EntityRenderState renderState, float opacity, float tickProgress, WorldView world, float radius)
renderShadow(MatrixStack matrices, VertexConsumerProvider vertexConsumers, hcn arg2, float opacity, float tickDelta, WorldView world, float radius)
private static void
a(fjj$a arg0, fjn arg1, ece arg2, djd arg3, iu arg4, double arg5, double arg6, double arg7, float arg8, float arg9)
renderBlockShadow(PoseStack$Pose arg0, VertexConsumer arg1, ChunkAccess arg2, LevelReader arg3, BlockPos arg4, double arg5, double arg6, double arg7, float arg8, float arg9)
method_23163(class_4587$class_4665 arg0, class_4588 arg1, class_2791 arg2, class_4538 arg3, class_2338 arg4, double arg5, double arg6, double arg7, float arg8, float arg9)
m_tbcsqbfo(C_cnszsxvd$C_pqokfevb arg0, C_igthdzux arg1, C_lwzmmmqr arg2, C_eemzphbi arg3, C_hynzadkk arg4, double arg5, double arg6, double arg7, float arg8, float arg9)
renderShadowPart(MatrixStack$Entry entry, VertexConsumer vertices, Chunk chunk, WorldView world, BlockPos pos, double x, double y, double z, float radius, float opacity)
renderShadowPart(MatrixStack$Entry entry, VertexConsumer vertices, Chunk chunk, WorldView world, BlockPos pos, double x, double y, double z, float radius, float opacity)
private static void
a(fjj$a arg0, fjn arg1, int arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
shadowVertex(PoseStack$Pose arg0, VertexConsumer arg1, int arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
method_23162(class_4587$class_4665 arg0, class_4588 arg1, int arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
m_vgonvsra(C_cnszsxvd$C_pqokfevb arg0, C_igthdzux arg1, int arg2, float arg3, float arg4, float arg5, float arg6, float arg7)
drawShadowVertex(MatrixStack$Entry entry, VertexConsumer vertices, int color, float x, float y, float z, float u, float v)
drawShadowVertex(MatrixStack$Entry entry, VertexConsumer vertices, int argb, float alpha, float x, float y, float z, float u)
public void
a(dja arg0)
setLevel(Level arg0)
method_3944(class_1937 arg0)
m_qwteayks(C_cdctfzbn arg0)
setWorld(World world)
setWorld(World world)
public double
b(bwf arg0)
distanceToSqr(Entity arg0)
method_23168(class_1297 arg0)
m_qrgupzfw(C_astfners arg0)
getSquaredDistanceToCamera(Entity entity)
getSquaredDistanceToCamera(Entity entity)
public double
a(double arg0, double arg1, double arg2)
distanceToSqr(double arg0, double arg1, double arg2)
method_3959(double arg0, double arg1, double arg2)
m_oglrbzxu(double arg0, double arg1, double arg2)
getSquaredDistanceToCamera(double x, double y, double z)
getSquaredDistanceToCamera(double x, double y, double z)
public org.joml.Quaternionf
b()
cameraOrientation()
method_24197()
m_rrjprnrl()
getRotation()
getRotation()
public ItemInHandRenderer
d()
getItemInHandRenderer()
method_43336()
m_ckduqnjl()
getHeldItemRenderer()
getHeldItemRenderer()
public void
a(avd arg0)
onResourceManagerReload(ResourceManager arg0)
method_14491(class_3300 arg0)
m_dviihlsr(C_tmnrpasf arg0)
reload(ResourceManager arg0)
reload(ResourceManager arg0)