mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Added a method to teleport entities across worlds.
This commit is contained in:
committed by
IronApollo
parent
7a9bd226ce
commit
c935e381b7
@ -54,6 +54,14 @@ public interface Entity extends Faceted {
|
||||
*/
|
||||
Location getLocation();
|
||||
|
||||
/**
|
||||
* Sets the location of this entity.
|
||||
*
|
||||
* @param location the new location of the entity
|
||||
* @return if the teleport worked
|
||||
*/
|
||||
boolean setLocation(Location location);
|
||||
|
||||
/**
|
||||
* Get the extent that this entity is on.
|
||||
*
|
||||
|
Reference in New Issue
Block a user