@Retention(value=RUNTIME) @Target(value=FIELD) public @interface SidedProxy
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
bukkitSide
The name of a special bukkit plugin class to load and populate 
 | 
String | 
clientSide
The name of the client side class to load and populate 
 | 
String | 
serverSide
The name of the server side class to load and populate 
 | 
public abstract String clientSide
public abstract String serverSide
public abstract String bukkitSide