Class ModEntityTypes
java.lang.Object
me.desht.pneumaticcraft.common.core.ModEntityTypes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<AmadroneEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CollectorDroneEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CropSupportEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<DroneEntity>>static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<GuardDroneEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HarvestingDroneEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HeatFrameEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsDroneEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsActiveProviderEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsDefaultStorageEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsPassiveProviderEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsRequesterEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsStorageEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<MicromissileEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ProgrammableControllerEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<RingEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SpawnerAgitatorEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<TransferGadgetEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<TumblingBlockEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<VortexEntity>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENTITY_TYPES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> ENTITY_TYPES -
DRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<DroneEntity>> DRONE -
LOGISTICS_DRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsDroneEntity>> LOGISTICS_DRONE -
HARVESTING_DRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HarvestingDroneEntity>> HARVESTING_DRONE -
GUARD_DRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<GuardDroneEntity>> GUARD_DRONE -
COLLECTOR_DRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CollectorDroneEntity>> COLLECTOR_DRONE -
AMADRONE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<AmadroneEntity>> AMADRONE -
PROGRAMMABLE_CONTROLLER
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ProgrammableControllerEntity>> PROGRAMMABLE_CONTROLLER -
VORTEX
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<VortexEntity>> VORTEX -
MICROMISSILE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<MicromissileEntity>> MICROMISSILE -
TUMBLING_BLOCK
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<TumblingBlockEntity>> TUMBLING_BLOCK -
RING
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<RingEntity>> RING -
CROP_SUPPORT
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CropSupportEntity>> CROP_SUPPORT -
SPAWNER_AGITATOR
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<SpawnerAgitatorEntity>> SPAWNER_AGITATOR -
HEAT_FRAME
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HeatFrameEntity>> HEAT_FRAME -
TRANSFER_GADGET
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<TransferGadgetEntity>> TRANSFER_GADGET -
LOGISTICS_FRAME_ACTIVE_PROVIDER
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsActiveProviderEntity>> LOGISTICS_FRAME_ACTIVE_PROVIDER -
LOGISTICS_FRAME_PASSIVE_PROVIDER
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsPassiveProviderEntity>> LOGISTICS_FRAME_PASSIVE_PROVIDER -
LOGISTICS_FRAME_STORAGE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsStorageEntity>> LOGISTICS_FRAME_STORAGE -
LOGISTICS_FRAME_DEFAULT_STORAGE
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsDefaultStorageEntity>> LOGISTICS_FRAME_DEFAULT_STORAGE -
LOGISTICS_FRAME_REQUESTER
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<LogisticsRequesterEntity>> LOGISTICS_FRAME_REQUESTER
-
-
Constructor Details
-
ModEntityTypes
public ModEntityTypes()
-