public class LocationUtil extends Object
Constructor and Description |
---|
LocationUtil() |
Modifier and Type | Method and Description |
---|---|
static org.spongepowered.api.world.Chunk |
convertToBukkitChunk(SimpleChunkLocation scloc) |
static org.spongepowered.api.world.Location<org.spongepowered.api.world.World> |
convertToBukkitLocation(SimpleLocation sloc) |
static SimpleChunkLocation |
convertToSimpleChunkLocation(org.spongepowered.api.world.Chunk chunk) |
static SimpleLocation |
convertToSimpleLocation(org.spongepowered.api.world.Location<org.spongepowered.api.world.World> loc) |
public static SimpleLocation convertToSimpleLocation(org.spongepowered.api.world.Location<org.spongepowered.api.world.World> loc)
public static org.spongepowered.api.world.Location<org.spongepowered.api.world.World> convertToBukkitLocation(SimpleLocation sloc)
public static SimpleChunkLocation convertToSimpleChunkLocation(org.spongepowered.api.world.Chunk chunk)
public static org.spongepowered.api.world.Chunk convertToBukkitChunk(SimpleChunkLocation scloc)