Package noppes.npcs.api.handler
Interface ITransportHandler
-
public interface ITransportHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITransportCategory[]
categories()
void
createCategory(java.lang.String title)
ITransportCategory
getCategory(java.lang.String title)
void
removeCategory(java.lang.String title)
-
-
-
Method Detail
-
categories
ITransportCategory[] categories()
-
createCategory
void createCategory(java.lang.String title)
-
getCategory
ITransportCategory getCategory(java.lang.String title)
-
removeCategory
void removeCategory(java.lang.String title)
-
-