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 wither, ModelPart part, int head) -
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 entity, BlockPos pos) WitherBossRenderer.getTextureLocation(WitherBoss entity) Returns the location of an entity's texture.protected voidWitherBossRenderer.scale(WitherBoss livingEntity, PoseStack poseStack, float partialTickTime) -
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>> renderer, EntityModelSet modelSet) WitherArmorLayer(RenderLayerParent<WitherBoss, WitherBossModel<WitherBoss>> renderer, EntityModelSet modelSet) -
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> entityType, Level level)