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 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 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
ModifierConstructorDescriptionWitherEntity(EntityType<? extends WitherEntity> type, World world)