Uses of Class
net.minecraft.entity.projectile.WitherSkullEntity
-
Packages that use WitherSkullEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.projectile net.minecraft.util -
-
Uses of WitherSkullEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WitherSkullEntity Modifier and Type Method Description protected int
WitherSkullRenderer. getBlockLightLevel(WitherSkullEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
WitherSkullRenderer. getTextureLocation(WitherSkullEntity p_110775_1_)
void
WitherSkullRenderer. render(WitherSkullEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
-
Uses of WitherSkullEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WitherSkullEntity Modifier and Type Field Description static EntityType<WitherSkullEntity>
EntityType. WITHER_SKULL
-
Uses of WitherSkullEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type WitherSkullEntity Constructor Description WitherSkullEntity(EntityType<? extends WitherSkullEntity> p_i50147_1_, World p_i50147_2_)
-
Uses of WitherSkullEntity in net.minecraft.util
Methods in net.minecraft.util with parameters of type WitherSkullEntity Modifier and Type Method Description static DamageSource
DamageSource. witherSkull(WitherSkullEntity p_233549_0_, Entity p_233549_1_)
-