YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.SidedProxy Interface Reference

Public Member Functions

String clientSide () default""
 
String serverSide () default""
 
String bukkitSide () default""
 
String modId () default""
 

Detailed Description

Author
cpw

Member Function Documentation

String cpw.mods.fml.common.SidedProxy.bukkitSide ( )

Not implemented The name of a special bukkit plugin class to load and populate

String cpw.mods.fml.common.SidedProxy.clientSide ( )

The name of the client side class to load and populate

String cpw.mods.fml.common.SidedProxy.modId ( )

The (optional) name of a mod to load this proxy for. This will help ensure correct behaviour when loading a combined scala/java mod package. It is almost never going to be required, unless you ship both Scala and Java Mod content in a single jar.

String cpw.mods.fml.common.SidedProxy.serverSide ( )

The name of the server side class to load and populate


The documentation for this interface was generated from the following file: