Uses of Class
net.minecraft.entity.projectile.DragonFireballEntity
-
Packages that use DragonFireballEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.projectile -
-
Uses of DragonFireballEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DragonFireballEntity Modifier and Type Method Description protected int
DragonFireballRenderer. getBlockLightLevel(DragonFireballEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
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 DragonFireballEntity Modifier and Type Field Description static 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 DragonFireballEntity Constructor Description DragonFireballEntity(EntityType<? extends DragonFireballEntity> p_i50171_1_, World p_i50171_2_)
-