Class EntityRegistration
java.lang.Object
com.pixelmonmod.pixelmon.init.registry.EntityRegistration
-
Field Summary
Modifier and TypeFieldDescriptionstatic net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<BikeEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonBoatEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CameraEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ChairMountEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonChestBoatEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<DenEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<EmptyPokeBallEntity>>
static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HookEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPC>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<OccupiedPokeBallEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonPaintingEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<StatueEntity>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<WormholeEntity>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAttributes
(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
-
Field Details
-
ENTITIES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.entity.EntityType<?>> ENTITIES -
BIKE
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<BikeEntity>> BIKE -
PAINTING
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonPaintingEntity>> PAINTING -
NPC
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPC>> NPC -
PIXELMON
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonEntity>> PIXELMON -
STATUE
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<StatueEntity>> STATUE -
EMPTY_POKEBALL
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<EmptyPokeBallEntity>> EMPTY_POKEBALL -
OCCUPIED_POKEBALL
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<OccupiedPokeBallEntity>> OCCUPIED_POKEBALL -
HOOK
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<HookEntity>> HOOK -
CHAIR_MOUNT
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<ChairMountEntity>> CHAIR_MOUNT -
WORMHOLE
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<WormholeEntity>> WORMHOLE -
CAMERA
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<CameraEntity>> CAMERA -
DEN
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<DenEntity>> DEN -
BOAT
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonBoatEntity>> BOAT -
CHEST_BOAT
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<PixelmonChestBoatEntity>> CHEST_BOAT
-
-
Constructor Details
-
EntityRegistration
public EntityRegistration()
-
-
Method Details
-
registerAttributes
public static void registerAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
-