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<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<NPCChatting>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCFisherman>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCNurseJoy>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCQuestGiver>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCRelearner>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCShopkeeper>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTrader>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTrainer>>
static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTutor>>
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 -
NPC_TRAINER
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTrainer>> NPC_TRAINER -
NPC_TRADER
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTrader>> NPC_TRADER -
NPC_CHATTING
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCChatting>> NPC_CHATTING -
NPC_QUEST_GIVER
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCQuestGiver>> NPC_QUEST_GIVER -
NPC_RELEARNER
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCRelearner>> NPC_RELEARNER -
NPC_TUTOR
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCTutor>> NPC_TUTOR -
NPC_NURSE_JOY
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCNurseJoy>> NPC_NURSE_JOY -
NPC_SHOPKEEPER
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCShopkeeper>> NPC_SHOPKEEPER -
NPC_FISHERMAN
public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<NPCFisherman>> NPC_FISHERMAN -
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
-
-
Constructor Details
-
EntityRegistration
public EntityRegistration()
-
-
Method Details
-
registerAttributes
public static void registerAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
-