Uses of Class
net.minecraft.entity.boss.WitherEntity
-
-
Uses of WitherEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WitherEntity Modifier and Type Method Description protected int
WitherRenderer. getBlockLightLevel(WitherEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
WitherRenderer. getTextureLocation(WitherEntity p_110775_1_)
protected void
WitherRenderer. scale(WitherEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)
-
Uses of WitherEntity in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type WitherEntity Modifier and Type Field Description private WitherModel<WitherEntity>
WitherAuraLayer. model
Methods in net.minecraft.client.renderer.entity.layers that return types with arguments of type WitherEntity Modifier and Type Method Description protected EntityModel<WitherEntity>
WitherAuraLayer. model()
Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type WitherEntity Constructor Description WitherAuraLayer(IEntityRenderer<WitherEntity,WitherModel<WitherEntity>> p_i50915_1_)
WitherAuraLayer(IEntityRenderer<WitherEntity,WitherModel<WitherEntity>> p_i50915_1_)
-
Uses of WitherEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type WitherEntity Modifier and Type Class Description class
WitherModel<T extends WitherEntity>
-
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> p_i50226_1_, World p_i50226_2_)
-