Class FWEntityTypes.Projectiles

java.lang.Object
nokunami.floral_warfare.common.registries.FWEntityTypes.Projectiles
Enclosing class:
FWEntityTypes

public static class FWEntityTypes.Projectiles extends Object
  • Field Details

    • PROJECTILES

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> PROJECTILES
    • PEA

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PeaProjectile>> PEA
    • FROZEN_PEA

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FrozenPeaProjectile>> FROZEN_PEA
    • FLAMED_PEA

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FlamedPeaProjectile>> FLAMED_PEA
    • SPORE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PuffSporeProjectile>> SPORE
    • ELECTRIC_PEA_PROJECTILE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ElectricPeaProjectile>> ELECTRIC_PEA_PROJECTILE
    • STINGER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<StingerProjectile>> STINGER
    • SOLAR_PEA_PROJECTILE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SolarPeaProjectile>> SOLAR_PEA_PROJECTILE
    • CABBAGE_PROJECTILE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CabbageProjectile>> CABBAGE_PROJECTILE
    • KERNEL_PROJECTILE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<KernelProjectile>> KERNEL_PROJECTILE
    • MELON_PROJECTILE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<MelonProjectile>> MELON_PROJECTILE
    • SCATTER_PUMPKIN_BOMB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ScatterPumpkinBombProjectile>> SCATTER_PUMPKIN_BOMB
    • SCATTER_PUMPKAT_SEED

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ScatterPumpkinSeedProjectile>> SCATTER_PUMPKAT_SEED
    • SUN_BOMB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SunBombProjectile>> SUN_BOMB
    • ICY_SUN_BOMB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<IcySunBombProjectile>> ICY_SUN_BOMB
    • ZAPPY_SUN_BOMB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ZappySunBombProjectile>> ZAPPY_SUN_BOMB
  • Constructor Details

    • Projectiles

      public Projectiles()