Uses of Class
net.minecraft.entity.projectile.DragonFireballEntity
Packages that use DragonFireballEntity
Package
Description
- 
Uses of DragonFireballEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type DragonFireballEntityModifier and TypeMethodDescriptionprotected intDragonFireballEntityRenderer.getBlockLight(DragonFireballEntity dragonFireballEntity, BlockPos blockPos) 
- 
Uses of DragonFireballEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type DragonFireballEntityModifier and TypeFieldDescriptionstatic final EntityType<DragonFireballEntity> EntityType.DRAGON_FIREBALL
- 
Uses of DragonFireballEntity in net.minecraft.entity.projectileConstructor parameters in net.minecraft.entity.projectile with type arguments of type DragonFireballEntityModifierConstructorDescriptionDragonFireballEntity(EntityType<? extends DragonFireballEntity> type, World world)