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