Uses of Class
net.minecraft.entity.projectile.WitherSkullEntity
Packages that use WitherSkullEntity
Package
Description
- 
Uses of WitherSkullEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionprotected intWitherSkullEntityRenderer.getBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos) voidWitherSkullEntityRenderer.updateRenderState(WitherSkullEntity witherSkullEntity, WitherSkullEntityRenderState witherSkullEntityRenderState, float float2) 
- 
Uses of WitherSkullEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type WitherSkullEntityModifier and TypeFieldDescriptionstatic final EntityType<WitherSkullEntity> EntityType.WITHER_SKULL
- 
Uses of WitherSkullEntity in net.minecraft.entity.damageMethods in net.minecraft.entity.damage with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionDamageSources.witherSkull(WitherSkullEntity source, Entity attacker) 
- 
Uses of WitherSkullEntity in net.minecraft.entity.projectileConstructor parameters in net.minecraft.entity.projectile with type arguments of type WitherSkullEntityModifierConstructorDescriptionWitherSkullEntity(EntityType<? extends WitherSkullEntity> type, World world)