Uses of Class
net.minecraft.client.renderer.entity.state.WitchRenderState
Packages that use WitchRenderState
Package
Description
-
Uses of WitchRenderState in net.minecraft.client.model.monster.witch
Subclasses with type arguments of type WitchRenderState in net.minecraft.client.model.monster.witchClasses in net.minecraft.client.model.monster.witch that implement interfaces with type arguments of type WitchRenderStateMethods in net.minecraft.client.model.monster.witch with parameters of type WitchRenderStateModifier and TypeMethodDescriptionvoidWitchModel.setupAnim(WitchRenderState state) voidWitchModel.translateToArms(WitchRenderState state, PoseStack outputPoseStack) -
Uses of WitchRenderState in net.minecraft.client.renderer.entity
Subclasses with type arguments of type WitchRenderState in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity that return WitchRenderStateMethods in net.minecraft.client.renderer.entity with parameters of type WitchRenderStateModifier and TypeMethodDescriptionvoidWitchRenderer.extractRenderState(Witch entity, WitchRenderState state, float partialTicks) WitchRenderer.getTextureLocation(WitchRenderState state) -
Uses of WitchRenderState in net.minecraft.client.renderer.entity.layers
Subclasses with type arguments of type WitchRenderState in net.minecraft.client.renderer.entity.layersMethods in net.minecraft.client.renderer.entity.layers with parameters of type WitchRenderStateModifier and TypeMethodDescriptionprotected voidWitchItemLayer.applyTranslation(WitchRenderState state, PoseStack poseStack) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type WitchRenderStateModifierConstructorDescriptionWitchItemLayer(RenderLayerParent<WitchRenderState, WitchModel> renderer)