public interface Warp extends NamedLocation
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getCategory()
Gets the category for this warp, if it exists.
|
Optional<Double> |
getCost()
Gets the cost of this warp, if the warp has a cost.
|
Optional<org.spongepowered.api.text.Text> |
getDescription()
Gets the description for the warp.
|
getLocation, getName, getPosition, getRotation, getTransform, getWorldProperties
Optional<String> getCategory()
Optional<Double> getCost()
Optional<org.spongepowered.api.text.Text> getDescription()
Text
description, if available.