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 int
DragonFireballRenderer.getBlockLightLevel
(DragonFireball pEntity, BlockPos pPos) DragonFireballRenderer.getTextureLocation
(DragonFireball pEntity) Returns the location of an entity's texture.void
DragonFireballRenderer.render
(DragonFireball pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
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> pEntityType, Level pLevel)