Class BukkitEntity

java.lang.Object
com.sk89q.worldedit.bukkit.BukkitEntity
All Implemented Interfaces:
Entity, Locatable, Faceted

public class BukkitEntity extends Object implements Entity
An adapter to adapt a Bukkit entity into a WorldEdit one.
  • Constructor Details

    • BukkitEntity

      public BukkitEntity(Entity entity)
      Create a new instance.
      Parameters:
      entity - the entity
  • Method Details