JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
noppes.npcs.api.handler
Interface IFactionHandler
public interface
IFactionHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IFaction
create
(
String
name, int color)
Example: create("Bandits", 0xFF0000)
IFaction
delete
(int id)
IFaction
get
(int id)
List
<
IFaction
>
list
()
Method Details
list
List
<
IFaction
>
list
()
delete
IFaction
delete
(int id)
create
IFaction
create
(
String
name, int color)
Example: create("Bandits", 0xFF0000)
get
IFaction
get
(int id)