| Modifier and Type | Method and Description |
|---|---|
Location |
WorldVector.toLocation()
Deprecated.
Return this object as a new preferred
Location
object. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EditSession.createEntity(Location location,
BaseEntity entity) |
| Constructor and Description |
|---|
WorldVector(Location location)
Deprecated.
Construct the Vector object.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
BukkitPlayer.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
BukkitWorld.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
FloatingTreeRemover.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
RecursivePickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
AreaPickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockDataCyler.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
FloodFillTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockReplacer.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
SinglePickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
TreePlanter.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
DoubleActionBlockTool.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockDataCyler.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockReplacer.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Entity.getLocation()
Get the location of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
BlockInteractEvent.getLocation()
Get the location of the block that was interacted with.
|
| Constructor and Description |
|---|
BlockInteractEvent(Actor cause,
Location location,
Interaction type)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
NullExtent.createEntity(Location location,
BaseEntity entity) |
Entity |
Extent.createEntity(Location location,
BaseEntity entity)
Create an entity at the given location.
|
Entity |
AbstractDelegateExtent.createEntity(Location location,
BaseEntity entity) |
Entity |
ChangeSetExtent.createEntity(Location location,
BaseEntity state) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
BlockArrayClipboard.createEntity(Location location,
BaseEntity entity) |
| Constructor and Description |
|---|
EntityCreate(Location location,
BaseEntity state,
Entity entity)
Create a new instance.
|
EntityRemove(Location location,
BaseEntity state)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
LocalWorldAdapter.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
static Location |
Transforms.transform(Location location,
Transform transform)
Transform a location's position with a given transform.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
Transforms.transform(Location location,
Transform transform)
Transform a location's position with a given transform.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.setDirection(float yaw,
float pitch)
Create a clone of this object with the given yaw and pitch.
|
Location |
Location.setDirection(Vector direction)
Create a clone of this object with the given direction.
|
Location |
Location.setExtent(Extent extent)
Create a clone of this object with the given extent.
|
Location |
Location.setPitch(float pitch)
Create a clone of this object with the given pitch.
|
Location |
Location.setX(double x)
Return a copy of this object with the X component of the new object
set to the given value.
|
Location |
Location.setX(int x)
Return a copy of this object with the X component of the new object
set to the given value.
|
Location |
Location.setY(double y)
Return a copy of this object with the Y component of the new object
set to the given value.
|
Location |
Location.setY(int y)
Return a copy of this object with the Y component of the new object
set to the given value.
|
Location |
Location.setYaw(float yaw)
Create a clone of this object with the given yaw.
|
Location |
Location.setZ(double z)
Return a copy of this object with the Z component of the new object
set to the given value.
|
Location |
Location.setZ(int z)
Return a copy of this object with the Z component of the new object
set to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
NullWorld.createEntity(Location location,
BaseEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
static Location |
NBTConversions.toLocation(Extent extent,
ListTag positionTag,
ListTag directionTag)
Read a
Location from two list tags, the first of which contains
three numbers for the X, Y, and Z components, and the second of
which contains two numbers, the yaw and pitch in degrees. |
Copyright © 2010-2014. All Rights Reserved.