public class ModLoaderHelper extends Object
Modifier and Type | Field and Description |
---|---|
static IModLoaderSidedHelper |
sidedHelper |
Constructor and Description |
---|
ModLoaderHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addCommand(ICommand command) |
static IChatListener |
buildChatListener(BaseModProxy mod) |
static IConnectionHandler |
buildConnectionHelper(BaseModProxy mod) |
static ICraftingHandler |
buildCraftingHelper(BaseModProxy mod) |
static void |
buildEntityTracker(BaseModProxy mod,
Class<? extends Entity> entityClass,
int entityTypeId,
int updateRange,
int updateInterval,
boolean sendVelocityInfo) |
static IFuelHandler |
buildFuelHelper(BaseModProxy mod) |
static void |
buildGuiHelper(BaseModProxy mod,
int id) |
static IPacketHandler |
buildPacketHandlerFor(BaseModProxy mod) |
static IPickupNotifier |
buildPickupHelper(BaseModProxy mod) |
static IWorldGenerator |
buildWorldGenHelper(BaseModProxy mod) |
static void |
finishModLoading(ModLoaderModContainer mc) |
static Object |
getClientSideGui(BaseModProxy mod,
EntityPlayer player,
int ID,
int x,
int y,
int z) |
static void |
openGui(int id,
EntityPlayer player,
Container container,
int x,
int y,
int z) |
static void |
registerTrade(int profession,
TradeEntry entry) |
static void |
updateGUITicks(BaseModProxy mod,
boolean enable,
boolean useClock) |
static void |
updateStandardTicks(BaseModProxy mod,
boolean enable,
boolean useClock) |
public static IModLoaderSidedHelper sidedHelper
public static void updateStandardTicks(BaseModProxy mod, boolean enable, boolean useClock)
public static void updateGUITicks(BaseModProxy mod, boolean enable, boolean useClock)
public static IPacketHandler buildPacketHandlerFor(BaseModProxy mod)
public static IWorldGenerator buildWorldGenHelper(BaseModProxy mod)
public static IFuelHandler buildFuelHelper(BaseModProxy mod)
public static ICraftingHandler buildCraftingHelper(BaseModProxy mod)
public static void finishModLoading(ModLoaderModContainer mc)
public static IConnectionHandler buildConnectionHelper(BaseModProxy mod)
public static IPickupNotifier buildPickupHelper(BaseModProxy mod)
public static void buildGuiHelper(BaseModProxy mod, int id)
public static void openGui(int id, EntityPlayer player, Container container, int x, int y, int z)
public static Object getClientSideGui(BaseModProxy mod, EntityPlayer player, int ID, int x, int y, int z)
public static void buildEntityTracker(BaseModProxy mod, Class<? extends Entity> entityClass, int entityTypeId, int updateRange, int updateInterval, boolean sendVelocityInfo)
public static void registerTrade(int profession, TradeEntry entry)
public static void addCommand(ICommand command)
public static IChatListener buildChatListener(BaseModProxy mod)