mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Added a method to teleport entities across worlds.
This commit is contained in:
@ -68,6 +68,11 @@ abstract class StoredEntity implements Entity {
|
||||
return location;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean setLocation(Location location) {
|
||||
throw new IllegalArgumentException("StoredEntities are immutable");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Extent getExtent() {
|
||||
return location.getExtent();
|
||||
|
Reference in New Issue
Block a user