Class FWEntityTypes.Misc
java.lang.Object
nokunami.floral_warfare.common.registries.FWEntityTypes.Misc
- Enclosing class:
- FWEntityTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<AoeEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CameraShake>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ElectricChainEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FWItemEntity>>static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PlantHealingSunOrb>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PlantSunOrb>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PotatoMineExplosion>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SunOrb>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<VioletSunOrb>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<WaterDroplet>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MISC_ENTITIES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> MISC_ENTITIES -
CAMERA_SHAKE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CameraShake>> CAMERA_SHAKE -
AOE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<AoeEntity>> AOE -
SUN_ORB
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SunOrb>> SUN_ORB -
PLANT_SUN_ORB
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PlantSunOrb>> PLANT_SUN_ORB -
PLANT_HEALING_SUN_ORB
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PlantHealingSunOrb>> PLANT_HEALING_SUN_ORB -
VIOLET_SUN_ORB
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<VioletSunOrb>> VIOLET_SUN_ORB -
POTATO_MINE_EXPLOSION
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PotatoMineExplosion>> POTATO_MINE_EXPLOSION -
WATER_DROPLET
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<WaterDroplet>> WATER_DROPLET -
FW_ITEM
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<FWItemEntity>> FW_ITEM -
ELECTRIC_CHAIN
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ElectricChainEntity>> ELECTRIC_CHAIN
-
-
Constructor Details
-
Misc
public Misc()
-