public class BlockLocation
extends Object
A class used to avoid memory leak from world unloading
-
Constructor Summary 
Constructors
Instantiates a new block location
-
Method Summary 
boolean
org.bukkit.Location
Gets the location corresponding to this block location
int
-
Constructor Details 
-
BlockLocation 
public BlockLocation(org.bukkit.Location location)
Instantiates a new block location
- Parameters:
location
- The location this block location should represent
-
Method Details 
-
getLocation 
public org.bukkit.Location getLocation()
Gets the location corresponding to this block location
- Returns:
The location corresponding to this block location
-
-
-