Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.boss | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive | |
net.minecraftforge.common.util |
Modifier and Type | Interface and Description |
---|---|
interface |
INpc |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends IAnimals> |
EnumCreatureType.creatureClass |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IAnimals> |
EnumCreatureType.getCreatureClass() |
Constructor and Description |
---|
EnumCreatureType(java.lang.Class<? extends IAnimals> creatureClassIn,
int maxNumberOfCreatureIn,
Material creatureMaterialIn,
boolean isPeacefulCreatureIn,
boolean isAnimalIn) |
Modifier and Type | Class and Description |
---|---|
class |
EntityDragon |
class |
EntityWither |
Modifier and Type | Interface and Description |
---|---|
interface |
IMob |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIllager |
class |
AbstractSkeleton |
class |
EntityBlaze |
class |
EntityCaveSpider |
class |
EntityCreeper |
class |
EntityElderGuardian |
class |
EntityEnderman |
class |
EntityEndermite |
class |
EntityEvoker |
class |
EntityGhast |
class |
EntityGiantZombie |
class |
EntityGolem |
class |
EntityGuardian |
class |
EntityHusk |
class |
EntityIllusionIllager |
class |
EntityIronGolem |
class |
EntityMagmaCube |
class |
EntityMob |
class |
EntityPigZombie |
class |
EntityPolarBear |
class |
EntityShulker |
class |
EntitySilverfish |
class |
EntitySkeleton |
class |
EntitySlime |
class |
EntitySnowman |
class |
EntitySpellcasterIllager |
class |
EntitySpider |
class |
EntityStray |
class |
EntityVex |
class |
EntityVindicator |
class |
EntityWitch |
class |
EntityWitherSkeleton |
class |
EntityZombie |
class |
EntityZombieVillager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChestHorse |
class |
AbstractHorse |
class |
EntityAmbientCreature |
class |
EntityAnimal |
class |
EntityBat |
class |
EntityChicken |
class |
EntityCow |
class |
EntityDonkey |
class |
EntityHorse |
class |
EntityLlama |
class |
EntityMooshroom |
class |
EntityMule |
class |
EntityOcelot |
class |
EntityParrot |
class |
EntityPig |
class |
EntityRabbit |
class |
EntitySheep |
class |
EntityShoulderRiding |
class |
EntitySkeletonHorse |
class |
EntitySquid |
class |
EntityTameable |
class |
EntityVillager |
class |
EntityWaterMob |
class |
EntityWolf |
class |
EntityZombieHorse |
Modifier and Type | Method and Description |
---|---|
static EnumCreatureType |
EnumHelper.addCreatureType(java.lang.String name,
java.lang.Class<? extends IAnimals> typeClass,
int maxNumber,
Material material,
boolean peaceful,
boolean animal) |