JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
lol.pyr.znpcsplus.api.interaction
Interface InteractionActionType<T>
public interface
InteractionActionType<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
deserialize
(
String
str)
Class
<
T
>
getActionClass
()
String
serialize
(
T
obj)
Method Details
serialize
String
serialize
(
T
obj)
deserialize
T
deserialize
(
String
str)
getActionClass
Class
<
T
>
getActionClass
()