Uses of Class
net.minecraft.client.render.entity.state.WitherEntityRenderState
Packages that use WitherEntityRenderState
Package
Description
-
Uses of WitherEntityRenderState in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return WitherEntityRenderStateMethods in net.minecraft.client.render.entity with parameters of type WitherEntityRenderStateModifier and TypeMethodDescriptionWitherEntityRenderer.getTexture(WitherEntityRenderState witherEntityRenderState) protected voidWitherEntityRenderer.scale(WitherEntityRenderState witherEntityRenderState, MatrixStack matrixStack) voidWitherEntityRenderer.updateRenderState(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2) -
Uses of WitherEntityRenderState in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type WitherEntityRenderStateModifier and TypeMethodDescriptionprotected booleanWitherArmorFeatureRenderer.shouldRender(WitherEntityRenderState witherEntityRenderState) Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type WitherEntityRenderStateModifierConstructorDescriptionWitherArmorFeatureRenderer(FeatureRendererContext<WitherEntityRenderState, WitherEntityModel> context, LoadedEntityModels loader) -
Uses of WitherEntityRenderState in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type WitherEntityRenderStateModifier and TypeMethodDescriptionprivate static voidWitherEntityModel.rotateHead(WitherEntityRenderState witherEntityRenderState, ModelPart head, int sigma) voidWitherEntityModel.setAngles(WitherEntityRenderState witherEntityRenderState)