Interface ZoneRegistry
-
- All Known Implementing Classes:
ZoneRegistryImpl
public interface ZoneRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPlugin(ZoneConfig zone)booleanremove(ZoneConfig zone)
-
-
-
Method Detail
-
addPlugin
void addPlugin(ZoneConfig zone)
-
remove
boolean remove(ZoneConfig zone)
-
-