public class EntityRegistration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<BikeEntity>> |
BIKE |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonBoatEntity>> |
BOAT |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<CameraEntity>> |
CAMERA |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<ChairMountEntity>> |
CHAIR_MOUNT |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<DenEntity>> |
DEN |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<EmptyPokeBallEntity>> |
EMPTY_POKEBALL |
static net.minecraftforge.registries.DeferredRegister<net.minecraft.entity.EntityType<?>> |
ENTITIES |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<HookEntity>> |
HOOK |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCChatting>> |
NPC_CHATTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCFisherman>> |
NPC_FISHERMAN |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCNurseJoy>> |
NPC_NURSE_JOY |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCQuestGiver>> |
NPC_QUEST_GIVER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCRelearner>> |
NPC_RELEARNER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCShopkeeper>> |
NPC_SHOPKEEPER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTrader>> |
NPC_TRADER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTrainer>> |
NPC_TRAINER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTutor>> |
NPC_TUTOR |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<OccupiedPokeBallEntity>> |
OCCUPIED_POKEBALL |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonPaintingEntity>> |
PAINTING |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonEntity>> |
PIXELMON |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<StatueEntity>> |
STATUE |
static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<WormholeEntity>> |
WORMHOLE |
Constructor and Description |
---|
EntityRegistration() |
Modifier and Type | Method and Description |
---|---|
static void |
registerAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event) |
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.entity.EntityType<?>> ENTITIES
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<BikeEntity>> BIKE
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonPaintingEntity>> PAINTING
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTrainer>> NPC_TRAINER
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTrader>> NPC_TRADER
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCChatting>> NPC_CHATTING
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCQuestGiver>> NPC_QUEST_GIVER
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCRelearner>> NPC_RELEARNER
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCTutor>> NPC_TUTOR
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCNurseJoy>> NPC_NURSE_JOY
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCShopkeeper>> NPC_SHOPKEEPER
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<NPCFisherman>> NPC_FISHERMAN
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonEntity>> PIXELMON
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<StatueEntity>> STATUE
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<EmptyPokeBallEntity>> EMPTY_POKEBALL
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<OccupiedPokeBallEntity>> OCCUPIED_POKEBALL
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<HookEntity>> HOOK
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<ChairMountEntity>> CHAIR_MOUNT
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<WormholeEntity>> WORMHOLE
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<CameraEntity>> CAMERA
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<DenEntity>> DEN
public static net.minecraftforge.fml.RegistryObject<net.minecraft.entity.EntityType<PixelmonBoatEntity>> BOAT