Uses of Class
net.minecraft.world.entity.projectile.FireworkRocketEntity
Packages that use FireworkRocketEntity
Package
Description
-
Uses of FireworkRocketEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type FireworkRocketEntityModifier and TypeMethodDescriptionFireworkEntityRenderer.getTextureLocation
(FireworkRocketEntity pEntity) Returns the location of an entity's texture.void
FireworkEntityRenderer.render
(FireworkRocketEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of FireworkRocketEntity in net.minecraft.world.damagesource
Methods in net.minecraft.world.damagesource with parameters of type FireworkRocketEntityModifier and TypeMethodDescriptionDamageSources.fireworks
(FireworkRocketEntity pFirework, Entity pShooter) -
Uses of FireworkRocketEntity in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type FireworkRocketEntityModifier and TypeFieldDescriptionstatic final EntityType
<FireworkRocketEntity> EntityType.FIREWORK_ROCKET
-
Uses of FireworkRocketEntity in net.minecraft.world.entity.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type FireworkRocketEntityModifierConstructorDescriptionFireworkRocketEntity
(EntityType<? extends FireworkRocketEntity> pEntityType, Level pLevel)