Uses of Class
net.minecraft.entity.boss.WitherEntity
Package
Description
-
Uses of WitherEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprotected int
WitherEntityRenderer.getBlockLight
(WitherEntity witherEntity, BlockPos blockPos) WitherEntityRenderer.getTexture
(WitherEntity witherEntity) protected void
WitherEntityRenderer.scale
(WitherEntity witherEntity, MatrixStack matrixStack, float float2) -
Uses of WitherEntity in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final WitherEntityModel<WitherEntity>
WitherArmorFeatureRenderer.model
Modifier and TypeMethodDescriptionprotected EntityModel<WitherEntity>
WitherArmorFeatureRenderer.getEnergySwirlModel()
ModifierConstructorDescriptionWitherArmorFeatureRenderer
(FeatureRendererContext<WitherEntity, WitherEntityModel<WitherEntity>> context, EntityModelLoader loader) WitherArmorFeatureRenderer
(FeatureRendererContext<WitherEntity, WitherEntityModel<WitherEntity>> context, EntityModelLoader loader) -
Uses of WitherEntity in net.minecraft.client.render.entity.model
Modifier and TypeClassDescriptionclass
WitherEntityModel<T extends WitherEntity>
Represents the model of a WitherEntity.Modifier and TypeMethodDescriptionprivate static <T extends WitherEntity>
voidWitherEntityModel.rotateHead
(T entity, ModelPart head, int sigma) -
Uses of WitherEntity in net.minecraft.entity
-
Uses of WitherEntity in net.minecraft.entity.boss