Uses of Class
Location

Uses of Location in <Unnamed>
 

Fields in <Unnamed> declared as Location
Modifier and Type Field and Description
 Location Warp.Location
          Warp's location
 

Methods in <Unnamed> that return Location
Modifier and Type Method and Description
 Location Player.getLocation()
          Returns the player's current location
 Location Server.getSpawnLocation()
          Get the global spawn location
 

Methods in <Unnamed> with parameters of type 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
 

Constructors in <Unnamed> with parameters of type 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