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