Modifier and Type | Interface and Description |
---|---|
interface |
EntityExperienceOrb |
interface |
EntityItem |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityArmorStand |
interface |
NPCEntityLiving |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityPlayer |
interface |
NPCEntityHuman |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityEnderDragon |
interface |
EntityPigZombie |
interface |
EntitySlime |
interface |
EntityZombie |
interface |
NPCEntityInsentient |
Modifier and Type | Interface and Description |
---|---|
interface |
NPCEntityCreature |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityVillager |
interface |
NPCEntityAgeable |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityChicken |
interface |
EntityCow |
interface |
EntityHorse |
interface |
EntityLlama |
interface |
EntityMushroomCow |
interface |
EntityPig |
interface |
EntityPolarBear |
interface |
EntityRabbit |
interface |
EntitySheep |
interface |
NPCEntityAnimal |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityOcelot |
interface |
EntityWolf |
interface |
NPCEntityTameable |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityIronGolem |
interface |
EntityShulker |
interface |
EntitySnowman |
interface |
NPCEntityGolem |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityCaveSpider |
interface |
EntityCreeper |
interface |
EntityEnderman |
interface |
EntityEndermite |
interface |
EntityGiant |
interface |
EntityGuardian |
interface |
EntityHusk |
interface |
EntitySkeleton |
interface |
EntitySpider |
interface |
EntityWitch |
interface |
EntityWither |
interface |
NPCEntityMonster |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityGhast |
interface |
NPCEntityFlying |
Modifier and Type | Interface and Description |
---|---|
interface |
EntitySquid |
interface |
NPCEntityWaterAnimal |
Modifier and Type | Class and Description |
---|---|
class |
NPCAbstract<N extends NPCEntity,B extends org.bukkit.entity.Entity> |
Modifier and Type | Method and Description |
---|---|
protected <T extends NPCEntity> |
NPCRegistry.createEntity(org.bukkit.Location location,
NPCInfo npcInfo) |
Modifier and Type | Method and Description |
---|---|
protected <T extends NPCAbstract<?,?>> |
NPCRegistry.wrapAndInitEntity(NPCEntity entity,
org.bukkit.Location location,
NPCInfo npcInfo,
Class<T> npcClass) |
Copyright © 2018. All rights reserved.