Uses of Class
net.minecraft.world.entity.projectile.DragonFireball
Packages that use DragonFireball
Package
Description
- 
Uses of DragonFireball in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type DragonFireballModifier and TypeMethodDescriptionprotected intDragonFireballRenderer.getBlockLightLevel(DragonFireball p_114087_, BlockPos p_114088_) DragonFireballRenderer.getTextureLocation(DragonFireball p_114078_) voidDragonFireballRenderer.render(DragonFireball p_114080_, float p_114081_, float p_114082_, PoseStack p_114083_, MultiBufferSource p_114084_, int p_114085_) 
- 
Uses of DragonFireball in net.minecraft.world.entityFields in net.minecraft.world.entity with type parameters of type DragonFireballModifier and TypeFieldDescriptionstatic final EntityType<DragonFireball>EntityType.DRAGON_FIREBALL
- 
Uses of DragonFireball in net.minecraft.world.entity.projectileConstructor parameters in net.minecraft.world.entity.projectile with type arguments of type DragonFireballModifierConstructorDescriptionDragonFireball(EntityType<? extends DragonFireball> p_36892_, Level p_36893_)