Class FWEntityTypes.Projectiles
java.lang.Object
nokunami.floral_warfare.common.registries.FWEntityTypes.Projectiles
- Enclosing class:
- FWEntityTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CabbageProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ElectricPeaProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FlamedPeaProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FrozenPeaProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<IcySunBombProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<KernelProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<MelonProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PeaProjectile>>static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ScatterPumpkinSeedProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ScatterPumpkinBombProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SolarPeaProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PuffSporeProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<StingerProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SunBombProjectile>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ZappySunBombProjectile>> -
Constructor Summary
Constructors -
Method Summary
-
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()
-