|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreatureType | |
---|---|
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 . |
Uses of CreatureType in org.bukkit |
---|
Methods in org.bukkit with parameters of type CreatureType | |
---|---|
LivingEntity |
World.spawnCreature(Location loc,
CreatureType type)
Deprecated. |
Uses of CreatureType in org.bukkit.block |
---|
Methods in org.bukkit.block that return CreatureType | |
---|---|
CreatureType |
CreatureSpawner.getCreatureType()
Deprecated. In favour of CreatureSpawner.getSpawnedType() . |
Methods in org.bukkit.block with parameters of type CreatureType | |
---|---|
void |
CreatureSpawner.setCreatureType(CreatureType creatureType)
Deprecated. In favour of CreatureSpawner.setSpawnedType(EntityType) . |
Uses of CreatureType in org.bukkit.entity |
---|
Methods in org.bukkit.entity that return CreatureType | |
---|---|
static CreatureType |
CreatureType.fromEntityType(EntityType creatureType)
Deprecated. |
static CreatureType |
CreatureType.fromId(int id)
Deprecated. Magic value |
static CreatureType |
CreatureType.fromName(String name)
Deprecated. |
static CreatureType |
CreatureType.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static CreatureType[] |
CreatureType.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CreatureType in org.bukkit.event.entity |
---|
Methods in org.bukkit.event.entity that return CreatureType | |
---|---|
CreatureType |
CreatureSpawnEvent.getCreatureType()
Deprecated. In favour of EntityEvent.getEntityType() . |
Constructors in org.bukkit.event.entity with parameters of type CreatureType | |
---|---|
CreatureSpawnEvent(Entity spawnee,
CreatureType type,
Location loc,
CreatureSpawnEvent.SpawnReason reason)
Deprecated. |
Uses of CreatureType in org.bukkit.event.player |
---|
Methods in org.bukkit.event.player that return CreatureType | |
---|---|
CreatureType |
PlayerEggThrowEvent.getHatchType()
Deprecated. In favour of PlayerEggThrowEvent.getHatchingType() . |
Methods in org.bukkit.event.player with parameters of type CreatureType | |
---|---|
void |
PlayerEggThrowEvent.setHatchType(CreatureType hatchType)
Deprecated. In favour of PlayerEggThrowEvent.setHatchingType(EntityType) . |
Constructors in org.bukkit.event.player with parameters of type CreatureType | |
---|---|
PlayerEggThrowEvent(Player player,
Egg egg,
boolean hatching,
byte numHatches,
CreatureType hatchingType)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |