Class FireworkRocketEntity

All Implemented Interfaces:
class_5568, FlyingItemEntity, CommandOutput, Nameable

@EnvironmentInterfaces(@EnvironmentInterface(value=CLIENT,itf=FlyingItemEntity.class))
public class FireworkRocketEntity
extends ProjectileEntity
implements FlyingItemEntity
  • Field Details

  • Constructor Details

    • FireworkRocketEntity

      public FireworkRocketEntity​(EntityType<? extends FireworkRocketEntity> type, World world)
    • FireworkRocketEntity

      public FireworkRocketEntity​(World world, double x, double y, double z, ItemStack stack)
    • FireworkRocketEntity

      public FireworkRocketEntity​(World world, @Nullable Entity entity, double x, double y, double z, ItemStack stack)
    • FireworkRocketEntity

      public FireworkRocketEntity​(World world, ItemStack stack, LivingEntity shooter)
    • FireworkRocketEntity

      public FireworkRocketEntity​(World world, ItemStack stack, double x, double y, double z, boolean shotAtAngle)
    • FireworkRocketEntity

      public FireworkRocketEntity​(World world, ItemStack stack, Entity entity, double x, double y, double z, boolean shotAtAngle)
  • Method Details