cpw.mods.fml.common
Annotation Type SidedProxy


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SidedProxy

Author:
cpw

Optional Element Summary
 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
 

clientSide

public abstract String clientSide
The name of the client side class to load and populate

Default:
""

serverSide

public abstract String serverSide
The name of the server side class to load and populate

Default:
""

bukkitSide

public abstract String bukkitSide
The name of a special bukkit plugin class to load and populate

Default:
""