expose NpcEntry#enableEverything() in api
This commit is contained in:
parent
6df618d673
commit
a93cc2233f
1 changed files with 2 additions and 0 deletions
|
@ -12,4 +12,6 @@ public interface NpcEntry {
|
|||
|
||||
boolean isAllowCommandModification();
|
||||
void setAllowCommandModification(boolean value);
|
||||
|
||||
void enableEverything();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue