Uses of Class
net.minecraft.entity.projectile.DragonFireballEntity
Packages that use DragonFireballEntity
Package
Description
-
Uses of DragonFireballEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DragonFireballEntityModifier and TypeMethodDescriptionprotected int
DragonFireballRenderer.getBlockLightLevel
(DragonFireballEntity p_225624_1_, BlockPos p_225624_2_) DragonFireballRenderer.getTextureLocation
(DragonFireballEntity p_110775_1_) void
DragonFireballRenderer.render
(DragonFireballEntity 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 DragonFireballEntity in net.minecraft.entity
Fields 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.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type DragonFireballEntityModifierConstructorDescriptionDragonFireballEntity
(EntityType<? extends DragonFireballEntity> p_i50171_1_, World p_i50171_2_)