public class SpigotWorld extends World
| Constructor and Description |
|---|
SpigotWorld(org.bukkit.World w) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Entity e) |
void |
clearEntities() |
Block |
getBlockAt0(int x,
int y,
int z) |
Block |
getBlockAt0(Location loc) |
Object |
getDefault() |
Difficulty |
getDifficulty() |
List<Entity> |
getEntities() |
int |
getMaxHeight() |
int |
getMinHeight() |
String |
getName() |
boolean |
isPVP() |
void |
remove(Entity e) |
equals, getBlockAt, getBlockAt, getBlockAt, getBlockAt, getEntityWithID, getWorld, getWorld, getWorldspublic Block getBlockAt0(int x, int y, int z)
getBlockAt0 in class Worldpublic Block getBlockAt0(Location loc)
getBlockAt0 in class Worldpublic void add(Entity e)
public void remove(Entity e)
public void clearEntities()
public List<Entity> getEntities()
getEntities in class Worldpublic Difficulty getDifficulty()
getDifficulty in class Worldpublic int getMaxHeight()
getMaxHeight in class Worldpublic int getMinHeight()
getMinHeight in class Worldpublic Object getDefault()