Uses of Class
net.minecraft.entity.boss.WitherEntity
-
Uses of WitherEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type WitherEntity Modifier and Type Method Description protected int
WitherEntityRenderer. getBlockLight(WitherEntity witherEntity, BlockPos blockPos)
Identifier
WitherEntityRenderer. getTexture(WitherEntity witherEntity)
protected void
WitherEntityRenderer. scale(WitherEntity witherEntity, MatrixStack matrixStack, float float2)
-
Uses of WitherEntity in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type WitherEntity Modifier and Type Field Description private WitherEntityModel<WitherEntity>
WitherArmorFeatureRenderer. model
Methods in net.minecraft.client.render.entity.feature that return types with arguments of type WitherEntity Modifier and Type Method Description protected EntityModel<WitherEntity>
WitherArmorFeatureRenderer. getEnergySwirlModel()
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type WitherEntity Constructor Description WitherArmorFeatureRenderer(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
Classes in net.minecraft.client.render.entity.model with type parameters of type WitherEntity Modifier and Type Class Description class
WitherEntityModel<T extends WitherEntity>
Methods in net.minecraft.client.render.entity.model with type parameters of type WitherEntity Modifier and Type Method Description private static <T extends WitherEntity>
voidWitherEntityModel. rotateHead(T entity, ModelPart head, int sigma)
-
Uses of WitherEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WitherEntity Modifier and Type Field Description static EntityType<WitherEntity>
EntityType. WITHER
-
Uses of WitherEntity in net.minecraft.entity.boss
Constructor parameters in net.minecraft.entity.boss with type arguments of type WitherEntity Constructor Description WitherEntity(EntityType<? extends WitherEntity> type, World world)