|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.block | Classes used to manipulate the voxels in a world ,
including special states. |
org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world , including all players, monsters, projectiles, etc. |
org.bukkit.event.entity | Events relating to entities , excluding some directly referencing
some more specific entity types. |
org.bukkit.event.player | Events relating to players . |
org.bukkit.material | Classes that represents various voxel types and states. |
Uses of EntityType in org.bukkit |
---|
Methods in org.bukkit with parameters of type EntityType | |
---|---|
LivingEntity |
World.spawnCreature(Location loc,
EntityType type)
Deprecated. Has issues spawning non LivingEntities. Use spawnEntity instead. |
Entity |
World.spawnEntity(Location loc,
EntityType type)
Creates a entity at the given Location |
Uses of EntityType in org.bukkit.block |
---|
Methods in org.bukkit.block that return EntityType | |
---|---|
EntityType |
CreatureSpawner.getSpawnedType()
Get the spawner's creature type. |
Methods in org.bukkit.block with parameters of type EntityType | |
---|---|
void |
CreatureSpawner.setSpawnedType(EntityType creatureType)
Set the spawner's creature type. |
Uses of EntityType in org.bukkit.entity |
---|
Methods in org.bukkit.entity that return EntityType | |
---|---|
static EntityType |
EntityType.fromId(int id)
Deprecated. Magic value |
static EntityType |
EntityType.fromName(String name)
Deprecated. Magic value |
EntityType |
Entity.getType()
Get the type of the entity. |
EntityType |
CreatureType.toEntityType()
Deprecated. |
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.bukkit.entity with parameters of type EntityType | |
---|---|
static CreatureType |
CreatureType.fromEntityType(EntityType creatureType)
Deprecated. |
Uses of EntityType in org.bukkit.event.entity |
---|
Methods in org.bukkit.event.entity that return EntityType | |
---|---|
EntityType |
EntityEvent.getEntityType()
Gets the EntityType of the Entity involved in this event. |
Uses of EntityType in org.bukkit.event.player |
---|
Methods in org.bukkit.event.player that return EntityType | |
---|---|
EntityType |
PlayerEggThrowEvent.getHatchingType()
Get the type of the mob being hatched (EntityType.CHICKEN by default) |
Methods in org.bukkit.event.player with parameters of type EntityType | |
---|---|
void |
PlayerEggThrowEvent.setHatchingType(EntityType hatchType)
Change the type of mob being hatched by the egg |
Constructors in org.bukkit.event.player with parameters of type EntityType | |
---|---|
PlayerEggThrowEvent(Player player,
Egg egg,
boolean hatching,
byte numHatches,
EntityType hatchingType)
|
Uses of EntityType in org.bukkit.material |
---|
Methods in org.bukkit.material that return EntityType | |
---|---|
EntityType |
SpawnEgg.getSpawnedType()
Get the type of entity this egg will spawn. |
Methods in org.bukkit.material with parameters of type EntityType | |
---|---|
void |
SpawnEgg.setSpawnedType(EntityType type)
Set the type of entity this egg will spawn. |
Constructors in org.bukkit.material with parameters of type EntityType | |
---|---|
SpawnEgg(EntityType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |