| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.bukkit.entity |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.add(double x,
double y,
double z)
Deprecated.
|
Location |
Location.add(Vector other)
Deprecated.
|
static Location |
Location.fromEye(LocalWorld world,
Vector start,
Vector eye)
Deprecated.
|
static Location |
Location.fromLookAt(LocalWorld world,
Vector start,
Vector lookAt)
Deprecated.
|
Location |
LocalEntity.getPosition()
Deprecated.
|
Location |
Location.setAngles(float yaw,
float pitch)
Deprecated.
|
Location |
Location.setPosition(Vector position)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
LocalEntity.spawn(Location loc)
Deprecated.
|
| Constructor and Description |
|---|
LocalEntity(Location position)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
BukkitUtil.toLocation(org.bukkit.Location loc) |
| Modifier and Type | Method and Description |
|---|---|
static org.bukkit.Location |
BukkitUtil.toLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BukkitExpOrb.spawn(Location weLoc) |
boolean |
BukkitPainting.spawn(Location weLoc)
Queue the painting to be spawned at the specified location.
|
boolean |
BukkitItem.spawn(Location weLoc) |
boolean |
BukkitEntity.spawn(Location weLoc) |
boolean |
BukkitPainting.spawnRaw(Location weLoc) |
| Constructor and Description |
|---|
BukkitEntity(Location loc,
org.bukkit.entity.EntityType type,
UUID entityId) |
BukkitExpOrb(Location loc,
UUID entityId,
int amount) |
BukkitItem(Location loc,
org.bukkit.inventory.ItemStack stack,
UUID entityId) |
BukkitPainting(Location loc,
org.bukkit.Art art,
org.bukkit.block.BlockFace facingDirection,
UUID entityId) |
Copyright © 2010-2014. All Rights Reserved.