| 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) |
Location |
Location.add(Vector other) |
static Location |
Location.fromEye(LocalWorld world,
Vector start,
Vector eye) |
static Location |
Location.fromLookAt(LocalWorld world,
Vector start,
Vector lookAt) |
Location |
LocalEntity.getPosition() |
Location |
Location.setAngles(float yaw,
float pitch) |
Location |
Location.setPosition(Vector position) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
LocalEntity.spawn(Location loc) |
| Constructor and Description |
|---|
LocalEntity(Location position) |
| 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 |
BukkitEntity.spawn(Location weLoc) |
boolean |
BukkitItem.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.