Package me.fullpage.api.interfaces
Interface MLocation
public interface MLocation
-
Method Details
-
getX
int getX()- Returns:
- block x
-
getY
int getY()- Returns:
- block y
-
getZ
int getZ()- Returns:
- block z
-
getWorld
String getWorld()- Returns:
- world name
-
getBukkitWorld
org.bukkit.World getBukkitWorld()- Returns:
- world as bukkit world
-
getMBlock
MBlock getMBlock()- Returns:
- the MBlock if present, if absent will return null
-
getBlock
org.bukkit.block.Block getBlock()- Returns:
- bukkit Block at location
-
getBukkitLocation
org.bukkit.Location getBukkitLocation()- Returns:
- bukkit Location
-