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 LivingEntityRenderState -
Uses of LivingEntityRenderState in net.minecraft.client.model.animal.cow
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.animal.cow -
Uses of LivingEntityRenderState in net.minecraft.client.model.animal.fish
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.animal.fishMethods in net.minecraft.client.model.animal.fish with parameters of type LivingEntityRenderState -
Uses of LivingEntityRenderState in net.minecraft.client.model.animal.frog
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.animal.frogMethods in net.minecraft.client.model.animal.frog with parameters of type LivingEntityRenderState -
Uses of LivingEntityRenderState in net.minecraft.client.model.animal.golem
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.animal.golemMethods in net.minecraft.client.model.animal.golem with parameters of type LivingEntityRenderState -
Uses of LivingEntityRenderState in net.minecraft.client.model.animal.pig
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.animal.pig -
Uses of LivingEntityRenderState in net.minecraft.client.model.monster.blaze
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.monster.blazeMethods in net.minecraft.client.model.monster.blaze with parameters of type LivingEntityRenderState -
Uses of LivingEntityRenderState in net.minecraft.client.model.monster.spider
Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.model.monster.spiderMethods in net.minecraft.client.model.monster.spider with parameters of type LivingEntityRenderState -
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>>Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.renderer.entityModifier and TypeClassDescriptionclassclassclassclassclassSpiderRenderer<T extends Spider>classMethods 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 entity, LivingEntityRenderState state, float partialTicks) static intLivingEntityRenderer.getOverlayCoords(LivingEntityRenderState state, float whiteOverlayProgress) BlazeRenderer.getTextureLocation(LivingEntityRenderState state) CaveSpiderRenderer.getTextureLocation(LivingEntityRenderState state) CodRenderer.getTextureLocation(LivingEntityRenderState state) EndermiteRenderer.getTextureLocation(LivingEntityRenderState state) SilverfishRenderer.getTextureLocation(LivingEntityRenderState state) SpiderRenderer.getTextureLocation(LivingEntityRenderState state) TadpoleRenderer.getTextureLocation(LivingEntityRenderState state) protected voidCodRenderer.setupRotations(LivingEntityRenderState state, PoseStack poseStack, float bodyRot, float entityScale) -
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 interfaceclassSimpleEquipmentLayer<S extends LivingEntityRenderState, RM extends EntityModel<? super S>, EM extends EntityModel<? super S>>classVillagerProfessionLayer<S extends LivingEntityRenderState & VillagerDataHolderRenderState, M extends EntityModel<S> & VillagerLikeModel<S>>Subclasses with type arguments of type LivingEntityRenderState in net.minecraft.client.renderer.entity.layersMethods in net.minecraft.client.renderer.entity.layers with type parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionprotected static <S extends LivingEntityRenderState>
voidRenderLayer.coloredCutoutModelCopyLayerRender(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order) protected static <S extends LivingEntityRenderState>
voidRenderLayer.renderColoredCutoutModel(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order) Methods in net.minecraft.client.renderer.entity.layers with parameters of type LivingEntityRenderStateModifier and TypeMethodDescriptionprivate RenderTypeCustomHeadLayer.resolveSkullRenderType(LivingEntityRenderState state, SkullBlock.Type type) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type LivingEntityRenderStateModifierConstructorDescriptionSpiderEyesLayer(RenderLayerParent<LivingEntityRenderState, M> renderer) -
Uses of LivingEntityRenderState in net.minecraft.client.renderer.entity.state
Subclasses of LivingEntityRenderState in net.minecraft.client.renderer.entity.stateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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