|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Location in <Unnamed> |
---|
Modifier and Type | Field and Description |
---|---|
Location |
Warp.Location
Warp's location |
Modifier and Type | Method and Description |
---|---|
Location |
Player.getLocation()
Returns the player's current location |
Location |
Server.getSpawnLocation()
Get the global spawn location |
Modifier and Type | Method and Description |
---|---|
void |
Server.dropItem(Location loc,
int itemId)
Drops an item at the specified location |
void |
Server.dropItem(Location loc,
int itemId,
int quantity)
Drops an item with desired quantity at the specified location |
void |
HitBlox.init(Location in_location,
int in_range,
double in_step,
double in_view_height)
Initialization method |
void |
PluginListener.onPlayerMove(Player player,
Location from,
Location to)
Called when a player moves from one block to another |
boolean |
PluginListener.onTeleport(Player player,
Location from,
Location to)
Called when a player teleports from one location to another |
void |
BaseEntity.teleportTo(Location location)
Teleports to the provided location |
Constructor and Description |
---|
HitBlox(Location in_location)
Constructor requiring location, uses default values |
HitBlox(Location in_location,
int in_range,
double in_step)
Constructor requiring location, max range, and a stepping value |
Mob(java.lang.String mobName,
Location location)
Creates a mob interface |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |