Uses of Class
net.minecraft.world.entity.boss.wither.WitherBoss
Packages that use WitherBoss
Package
Description
-
Uses of WitherBoss in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type WitherBossMethods in net.minecraft.client.model with type parameters of type WitherBossModifier and TypeMethodDescriptionprivate static <T extends WitherBoss>
voidWitherBossModel.setupHeadRotation(T pWither, ModelPart pPart, int pHead) -
Uses of WitherBoss in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WitherBossModifier and TypeMethodDescriptionprotected intWitherBossRenderer.getBlockLightLevel(WitherBoss pEntity, BlockPos pPos) WitherBossRenderer.getTextureLocation(WitherBoss pEntity) Returns the location of an entity's texture.protected voidWitherBossRenderer.scale(WitherBoss pLivingEntity, PoseStack pPoseStack, float pPartialTickTime) -
Uses of WitherBoss in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type WitherBossModifier and TypeFieldDescriptionprivate final WitherBossModel<WitherBoss> WitherArmorLayer.modelMethods in net.minecraft.client.renderer.entity.layers that return types with arguments of type WitherBossConstructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type WitherBossModifierConstructorDescriptionWitherArmorLayer(RenderLayerParent<WitherBoss, WitherBossModel<WitherBoss>> pRenderer, EntityModelSet pModelSet) WitherArmorLayer(RenderLayerParent<WitherBoss, WitherBossModel<WitherBoss>> pRenderer, EntityModelSet pModelSet) -
Uses of WitherBoss in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type WitherBoss -
Uses of WitherBoss in net.minecraft.world.entity.boss.wither
Constructor parameters in net.minecraft.world.entity.boss.wither with type arguments of type WitherBossModifierConstructorDescriptionWitherBoss(EntityType<? extends WitherBoss> pEntityType, Level pLevel)