Interface ActionRegistry
public interface ActionRegistry
-
Method Summary
Modifier and TypeMethodDescription<T extends InteractionAction>
Tdeserialize
(String str) void
register
(InteractionActionType<?> type) <T extends InteractionAction>
Stringserialize
(T action) void
unregister
(Class<? extends InteractionAction> clazz)
-
Method Details
-
register
-
unregister
-
deserialize
-
serialize
-