Compare commits
No commits in common. "edee3efe3681d68d979dd54acc05acb9034570df" and "c2f1f6f44755d32f71d74f611f1029793424b73e" have entirely different histories.
edee3efe36
...
c2f1f6f447
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ 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