Package com.sk89q.worldedit.bukkit
Class BukkitEntity
java.lang.Object
com.sk89q.worldedit.bukkit.BukkitEntity
An adapter to adapt a Bukkit entity into a WorldEdit one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetState()booleanremove()booleansetLocation(Location location) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sk89q.worldedit.extension.platform.Locatable
getBlockLocation, setPosition, trySetPosition
-
Constructor Details
-
BukkitEntity
Create a new instance.- Parameters:
entity- the entity
-
-
Method Details
-
getExtent
-
getLocation
- Specified by:
getLocationin interfaceLocatable
-
setLocation
- Specified by:
setLocationin interfaceLocatable
-
getState
-
remove
public boolean remove() -
getFacet
-