chore: expose api methods we need
This commit is contained in:
parent
2248f3530c
commit
92682ea60f
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ package lol.pyr.znpcsplus.api.interaction;
|
|||
|
||||
public interface ActionRegistry {
|
||||
void register(InteractionActionType<?> type);
|
||||
|
||||
void unregister(Class<? extends InteractionAction> clazz);
|
||||
<T extends InteractionAction> T deserialize(String str);
|
||||
<T extends InteractionAction> String serialize(T action);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue