Package | Description |
---|---|
me.goodandevil.skyblock.generator | |
me.goodandevil.skyblock.island | |
me.goodandevil.skyblock.visit | |
me.goodandevil.skyblock.world |
Modifier and Type | Method and Description |
---|---|
Location.World |
GeneratorLocation.getWorld() |
Constructor and Description |
---|
GeneratorLocation(Location.World world,
org.bukkit.block.Block block,
org.bukkit.block.Block liquid) |
Modifier and Type | Method and Description |
---|---|
Location.World |
Location.getWorld() |
Location.World |
IslandLocation.getWorld() |
static Location.World |
Location.World.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.World[] |
Location.World.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.Location |
Island.getLocation(Location.World world,
Location.Environment environment) |
List<org.bukkit.entity.Player> |
IslandManager.getPlayersAtIsland(Island island,
Location.World world) |
org.bukkit.Location |
IslandManager.prepareNextAvailableLocation(Location.World world) |
void |
Island.setLocation(Location.World world,
Location.Environment environment,
org.bukkit.Location location) |
void |
IslandManager.setNextAvailableLocation(Location.World world,
org.bukkit.Location location) |
Constructor and Description |
---|
IslandLocation(Location.World world,
double x,
double z) |
Location(Location.World world,
Location.Environment environment,
org.bukkit.Location location) |
Modifier and Type | Method and Description |
---|---|
org.bukkit.Location |
Visit.getLocation(Location.World world) |
Modifier and Type | Method and Description |
---|---|
org.bukkit.World |
WorldManager.getWorld(Location.World world) |
Copyright © 2018. All rights reserved.