upstream #1
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ package lol.pyr.znpcsplus.api.interaction;
|
||||||
|
|
||||||
public interface ActionRegistry {
|
public interface ActionRegistry {
|
||||||
void register(InteractionActionType<?> type);
|
void register(InteractionActionType<?> type);
|
||||||
|
|
||||||
void unregister(Class<? extends InteractionAction> clazz);
|
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