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:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/cpw/mods/fml/common/SidedProxy.java