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
-
Method Summary
Modifier and TypeMethodDescription<T> T
getState()
boolean
remove()
boolean
setLocation
(Location location) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getLocation
in interfaceLocatable
-
setLocation
- Specified by:
setLocation
in interfaceLocatable
-
getState
-
remove
public boolean remove() -
getFacet
-