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, getWorlds
public Block getBlockAt0(int x, int y, int z)
getBlockAt0
in class World
public Block getBlockAt0(Location loc)
getBlockAt0
in class World
public void add(Entity e)
public void remove(Entity e)
public void clearEntities()
public List<Entity> getEntities()
getEntities
in class World
public Difficulty getDifficulty()
getDifficulty
in class World
public int getMaxHeight()
getMaxHeight
in class World
public int getMinHeight()
getMinHeight
in class World
public Object getDefault()