Uses of Class
net.minecraft.world.entity.projectile.DragonFireball
Packages that use DragonFireball
Package
Description
-
Uses of DragonFireball in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DragonFireballModifier and TypeMethodDescriptionprotected intDragonFireballRenderer.getBlockLightLevel(DragonFireball entity, BlockPos pos) DragonFireballRenderer.getTextureLocation(DragonFireball entity) Returns the location of an entity's texture.voidDragonFireballRenderer.render(DragonFireball entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) -
Uses of DragonFireball in net.minecraft.world.entity
Fields 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.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type DragonFireballModifierConstructorDescriptionDragonFireball(EntityType<? extends DragonFireball> entityType, Level level)