| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
LocalWorld.removeEntities(EntityType type,
Vector origin,
int radius)
Remove entities in an area.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BukkitWorld.removeEntities(EntityType type,
Vector origin,
int radius)
Remove entities in an area.
|
Copyright © 2010-2014. All Rights Reserved.