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 TypeMethodDescriptionvoidBlazeModel.setupAnim(LivingEntityRenderState p_360395_) voidCodModel.setupAnim(LivingEntityRenderState p_364833_) voidSnowGolemModel.setupAnim(LivingEntityRenderState p_363168_) voidSpiderModel.setupAnim(LivingEntityRenderState p_362661_) voidTadpoleModel.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 TypeClassDescriptionclassAgeableMobRenderer<T extends Mob,S extends LivingEntityRenderState, M extends EntityModel<? super S>> Deprecated.classLivingEntityRenderer<T extends LivingEntity,S extends LivingEntityRenderState, M extends EntityModel<? super S>> classMobRenderer<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 TypeMethodDescriptionvoidSpiderRenderer.extractRenderState(T p_361550_, LivingEntityRenderState p_365245_, float p_361361_) static intLivingEntityRenderer.getOverlayCoords(LivingEntityRenderState pRenderState, float pOverlay) 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 voidCodRenderer.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 TypeClassDescriptionclassCustomHeadLayer<S extends LivingEntityRenderState,M extends EntityModel<S> & HeadedModel> classLivingEntityEmissiveLayer<S extends LivingEntityRenderState,M extends EntityModel<S>> static interfacestatic interfaceLivingEntityEmissiveLayer.DrawSelector<S extends LivingEntityRenderState,M extends EntityModel<S>> classSimpleEquipmentLayer<S extends LivingEntityRenderState,RM extends EntityModel<? super S>, EM extends EntityModel<? super S>> classVillagerProfessionLayer<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 voidRenderLayer.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of LivingEntityRenderState in net.neoforged.neoforge.client.event
Classes in net.neoforged.neoforge.client.event with type parameters of type LivingEntityRenderStateModifier and TypeClassDescriptionclassRenderLivingEvent<T extends LivingEntity,S extends LivingEntityRenderState, M extends EntityModel<? super S>> Fired when aLivingEntityis rendered.static classRenderLivingEvent.Post<T extends LivingEntity,S extends LivingEntityRenderState, M extends EntityModel<? super S>> Fired after an entity is rendered, if the correspondingRenderLivingEvent.Postis not cancelled.static classRenderLivingEvent.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