public interface WarpCategory
Modifier and Type | Method and Description |
---|---|
Optional<org.spongepowered.api.text.Text> |
getDescription()
Gets the defined description of the category, if available.
|
org.spongepowered.api.text.Text |
getDisplayName()
Gets the display name of the category.
|
String |
getId()
Gets the ID of the category.
|
Collection<Warp> |
getWarps()
Gets the warps associated with this category.
|
String getId()
org.spongepowered.api.text.Text getDisplayName()
Optional<org.spongepowered.api.text.Text> getDescription()
Optional
that might contain a description.Collection<Warp> getWarps()