Uses of Class
net.minecraft.entity.boss.WitherEntity
Packages that use WitherEntity
Package
Description
-
Uses of WitherEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type WitherEntityModifier 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type WitherEntityModifier and TypeFieldDescriptionprivate WitherEntityModel<WitherEntity>
WitherArmorFeatureRenderer.model
Methods in net.minecraft.client.render.entity.feature that return types with arguments of type WitherEntityModifier and TypeMethodDescriptionprotected EntityModel<WitherEntity>
WitherArmorFeatureRenderer.getEnergySwirlModel()
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type WitherEntityModifierConstructorDescriptionWitherArmorFeatureRenderer(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 WitherEntityMethods in net.minecraft.client.render.entity.model with type parameters of type WitherEntityModifier and TypeMethodDescriptionprivate 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 -
Uses of WitherEntity in net.minecraft.entity.boss
Constructor parameters in net.minecraft.entity.boss with type arguments of type WitherEntityModifierConstructorDescriptionWitherEntity(EntityType<? extends WitherEntity> type, World world)