Uses of Class
net.minecraft.client.renderer.entity.state.LivingEntityRenderState
Packages that use LivingEntityRenderState
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of LivingEntityRenderState in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type LivingEntityRenderStateMethods in net.minecraft.client.model with parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionvoid
BlazeModel.setupAnim
(LivingEntityRenderState p_360395_) void
CodModel.setupAnim
(LivingEntityRenderState p_364833_) void
SnowGolemModel.setupAnim
(LivingEntityRenderState p_363168_) void
SpiderModel.setupAnim
(LivingEntityRenderState p_362661_) void
TadpoleModel.setupAnim
(LivingEntityRenderState p_364055_) -
Uses of LivingEntityRenderState in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type LivingEntityRenderStateModifier and TypeClassDescriptionclass
AgeableMobRenderer<T extends Mob,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> Deprecated.class
LivingEntityRenderer<T extends LivingEntity,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> class
MobRenderer<T extends Mob,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> Methods in net.minecraft.client.renderer.entity that return LivingEntityRenderStateModifier and TypeMethodDescriptionBlazeRenderer.createRenderState()
CodRenderer.createRenderState()
EndermiteRenderer.createRenderState()
SilverfishRenderer.createRenderState()
SpiderRenderer.createRenderState()
TadpoleRenderer.createRenderState()
Methods in net.minecraft.client.renderer.entity with parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionvoid
SpiderRenderer.extractRenderState
(T p_361550_, LivingEntityRenderState p_365245_, float p_361361_) static int
LivingEntityRenderer.getOverlayCoords
(LivingEntityRenderState p_362833_, float p_115340_) BlazeRenderer.getTextureLocation
(LivingEntityRenderState p_364849_) CaveSpiderRenderer.getTextureLocation
(LivingEntityRenderState p_362781_) CodRenderer.getTextureLocation
(LivingEntityRenderState p_362950_) EndermiteRenderer.getTextureLocation
(LivingEntityRenderState p_363663_) SilverfishRenderer.getTextureLocation
(LivingEntityRenderState p_361306_) SpiderRenderer.getTextureLocation
(LivingEntityRenderState p_361974_) TadpoleRenderer.getTextureLocation
(LivingEntityRenderState p_361492_) protected void
CodRenderer.setupRotations
(LivingEntityRenderState p_360516_, PoseStack p_114010_, float p_114011_, float p_114012_) -
Uses of LivingEntityRenderState in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type LivingEntityRenderStateModifier and TypeClassDescriptionclass
CustomHeadLayer<S extends LivingEntityRenderState,
M extends EntityModel<S> & HeadedModel> class
LivingEntityEmissiveLayer<S extends LivingEntityRenderState,
M extends EntityModel<S>> static interface
static interface
LivingEntityEmissiveLayer.DrawSelector<S extends LivingEntityRenderState,
M extends EntityModel<S>> class
SimpleEquipmentLayer<S extends LivingEntityRenderState,
RM extends EntityModel<? super S>, EM extends EntityModel<? super S>> class
VillagerProfessionLayer<S extends LivingEntityRenderState & VillagerDataHolderRenderState,
M extends EntityModel<S> & VillagerLikeModel> Methods in net.minecraft.client.renderer.entity.layers with type parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionprotected static <S extends LivingEntityRenderState>
voidRenderLayer.coloredCutoutModelCopyLayerRender
(EntityModel<S> p_117360_, ResourceLocation p_117362_, PoseStack p_117363_, MultiBufferSource p_117364_, int p_117365_, S p_364841_, int p_350559_) Methods in net.minecraft.client.renderer.entity.layers with parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionprotected static void
RenderLayer.renderColoredCutoutModel
(EntityModel<?> p_117377_, ResourceLocation p_117378_, PoseStack p_117379_, MultiBufferSource p_117380_, int p_117381_, LivingEntityRenderState p_360300_, int p_350384_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type LivingEntityRenderStateModifierConstructorDescriptionSpiderEyesLayer
(RenderLayerParent<LivingEntityRenderState, M> p_117507_) -
Uses of LivingEntityRenderState in net.minecraft.client.renderer.entity.state
Subclasses of LivingEntityRenderState in net.minecraft.client.renderer.entity.stateModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of LivingEntityRenderState in net.neoforged.neoforge.client.event
Classes in net.neoforged.neoforge.client.event with type parameters of type LivingEntityRenderStateModifier and TypeClassDescriptionclass
RenderLivingEvent<T extends LivingEntity,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> Fired when aLivingEntity
is rendered.static class
RenderLivingEvent.Post<T extends LivingEntity,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> Fired after an entity is rendered, if the correspondingRenderLivingEvent.Post
is not cancelled.static class
RenderLivingEvent.Pre<T extends LivingEntity,
S extends LivingEntityRenderState, M extends EntityModel<? super S>> Fired before an entity is rendered.Fields in net.neoforged.neoforge.client.event declared as LivingEntityRenderState