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 pRenderState) void
CodModel.setupAnim
(LivingEntityRenderState pRenderState) void
SnowGolemModel.setupAnim
(LivingEntityRenderState pRenderState) void
SpiderModel.setupAnim
(LivingEntityRenderState pRenderState) void
TadpoleModel.setupAnim
(LivingEntityRenderState pRenderState) -
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 pEntity, LivingEntityRenderState pReusedState, float pPartialTick) static int
LivingEntityRenderer.getOverlayCoords
(LivingEntityRenderState pRenderState, float pOverlay) BlazeRenderer.getTextureLocation
(LivingEntityRenderState pRenderState) CaveSpiderRenderer.getTextureLocation
(LivingEntityRenderState p_362781_) CodRenderer.getTextureLocation
(LivingEntityRenderState p_362950_) EndermiteRenderer.getTextureLocation
(LivingEntityRenderState p_363663_) SilverfishRenderer.getTextureLocation
(LivingEntityRenderState p_361306_) SpiderRenderer.getTextureLocation
(LivingEntityRenderState pRenderState) 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> pModel, ResourceLocation pTextureLocation, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, S pRenderState, int pColor) Methods in net.minecraft.client.renderer.entity.layers with parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionprotected static void
RenderLayer.renderColoredCutoutModel
(EntityModel<?> pModel, ResourceLocation pTextureLocation, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, LivingEntityRenderState pRenderState, int pColor) 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
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