Methods
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 IDispenserHandler |
buildDispenseHelper(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) |