From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/cpw/mods/fml/client/FMLClientHandler.html | 1057 --------------------- 1 file changed, 1057 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/client/FMLClientHandler.html (limited to 'javadoc/cpw/mods/fml/client/FMLClientHandler.html') diff --git a/javadoc/cpw/mods/fml/client/FMLClientHandler.html b/javadoc/cpw/mods/fml/client/FMLClientHandler.html deleted file mode 100644 index d363d40..0000000 --- a/javadoc/cpw/mods/fml/client/FMLClientHandler.html +++ /dev/null @@ -1,1057 +0,0 @@ - - - - - -FMLClientHandler (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.client
-

Class FMLClientHandler

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IFMLSidedHandler
    -
    -
    -
    -
    public class FMLClientHandler
    -extends java.lang.Object
    -implements IFMLSidedHandler
    -
    Handles primary communication from hooked code into the system - - The FML entry point is #beginMinecraftLoading(Minecraft, List) called from - Minecraft - - Obfuscated code should focus on this class and other members of the "server" - (or "client") code - - The actual mod loading is handled at arms length by Loader - - It is expected that a similar class will exist for each target environment: - Bukkit and Client side. - - It should not be directly modified.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLClientHandler

        -
        public FMLClientHandler()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        beginMinecraftLoading

        -
        public void beginMinecraftLoading(Minecraft minecraft,
        -                         java.util.List resourcePackList,
        -                         IReloadableResourceManager resourceManager)
        -
        Called to start the whole game off
        -
        Parameters:
        minecraft - The minecraft instance being launched
        resourcePackList - The resource pack list we will populate with mods
        resourceManager - The resource manager
        -
      • -
      - - - -
        -
      • -

        haltGame

        -
        public void haltGame(java.lang.String message,
        -            java.lang.Throwable t)
        -
        -
        Specified by:
        -
        haltGame in interface IFMLSidedHandler
        -
        -
      • -
      - - - -
        -
      • -

        finishMinecraftLoading

        -
        public void finishMinecraftLoading()
        -
        Called a bit later on during initialization to finish loading mods - Also initializes key bindings
        -
      • -
      - - - -
        -
      • -

        extendModList

        -
        public void extendModList()
        -
      • -
      - - - -
        -
      • -

        onInitializationComplete

        -
        public void onInitializationComplete()
        -
      • -
      - - - -
        -
      • -

        getClient

        -
        public Minecraft getClient()
        -
        Get the server instance
        -
      • -
      - - - -
        -
      • -

        instance

        -
        public static FMLClientHandler instance()
        -
        Returns:
        the instance
        -
      • -
      - - - -
        -
      • -

        displayGuiScreen

        -
        public void displayGuiScreen(EntityPlayer player,
        -                    GuiScreen gui)
        -
        Parameters:
        player -
        gui -
        -
      • -
      - - - -
        -
      • -

        addSpecialModEntries

        -
        public void addSpecialModEntries(java.util.ArrayList<ModContainer> mods)
        -
        Parameters:
        mods -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        hasOptifine

        -
        public boolean hasOptifine()
        -
      • -
      - - - -
        -
      • -

        showGuiScreen

        -
        public void showGuiScreen(java.lang.Object clientGuiElement)
        -
        -
        Specified by:
        -
        showGuiScreen in interface IFMLSidedHandler
        -
        -
      • -
      - - - -
        -
      • -

        queryUser

        -
        public void queryUser(StartupQuery query)
        -               throws java.lang.InterruptedException
        -
        -
        Specified by:
        -
        queryUser in interface IFMLSidedHandler
        -
        Throws:
        -
        java.lang.InterruptedException
        -
      • -
      - - - -
        -
      • -

        handleLoadingScreen

        -
        public boolean handleLoadingScreen(ScaledResolution scaledResolution)
        -
      • -
      - - - -
        -
      • -

        getWorldClient

        -
        public WorldClient getWorldClient()
        -
      • -
      - - - - - - - - - - - - - - - - - - - - - - - -
        -
      • -

        displayMissingMods

        -
        public void displayMissingMods(java.lang.Object modMissingPacket)
        -
      • -
      - - - -
        -
      • -

        isLoading

        -
        public boolean isLoading()
        -
        If the client is in the midst of loading, we disable saving so that custom settings aren't wiped out
        -
      • -
      - - - - - - - -
        -
      • -

        isGUIOpen

        -
        public boolean isGUIOpen(java.lang.Class<? extends GuiScreen> gui)
        -
        Is this GUI type open?
        -
        Parameters:
        gui - The type of GUI to test for
        -
        Returns:
        if a GUI of this type is open
        -
      • -
      - - - - - - - -
        -
      • -

        getResourcePackFor

        -
        public IResourcePack getResourcePackFor(java.lang.String modId)
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        handleClientWorldClosing

        -
        public void handleClientWorldClosing(WorldClient world)
        -
      • -
      - - - -
        -
      • -

        startIntegratedServer

        -
        public void startIntegratedServer(java.lang.String id,
        -                         java.lang.String name,
        -                         WorldSettings settings)
        -
      • -
      - - - -
        -
      • -

        getSavesDir

        -
        public java.io.File getSavesDir()
        -
      • -
      - - - -
        -
      • -

        tryLoadExistingWorld

        -
        public void tryLoadExistingWorld(GuiSelectWorld selectWorldGUI,
        -                        java.lang.String dirName,
        -                        java.lang.String saveName)
        -
      • -
      - - - -
        -
      • -

        showInGameModOptions

        -
        public void showInGameModOptions(GuiIngameMenu guiIngameMenu)
        -
      • -
      - - - - - - - -
        -
      • -

        setupServerList

        -
        public void setupServerList()
        -
      • -
      - - - -
        -
      • -

        captureAdditionalData

        -
        public void captureAdditionalData(ServerStatusResponse serverstatusresponse,
        -                         com.google.gson.JsonObject jsonobject)
        -
      • -
      - - - - - - - -
        -
      • -

        enhanceServerListEntry

        -
        public java.lang.String enhanceServerListEntry(ServerListEntryNormal serverListEntry,
        -                                      ServerData serverEntry,
        -                                      int x,
        -                                      int width,
        -                                      int y,
        -                                      int relativeMouseX,
        -                                      int relativeMouseY)
        -
      • -
      - - - -
        -
      • -

        fixDescription

        -
        public java.lang.String fixDescription(java.lang.String description)
        -
      • -
      - - - -
        -
      • -

        connectToServerAtStartup

        -
        public void connectToServerAtStartup(java.lang.String host,
        -                            int port)
        -
      • -
      - - - -
        -
      • -

        connectToServer

        -
        public void connectToServer(GuiScreen guiMultiplayer,
        -                   ServerData serverEntry)
        -
      • -
      - - - -
        -
      • -

        connectToRealmsServer

        -
        public void connectToRealmsServer(java.lang.String host,
        -                         int port)
        -
      • -
      - - - - - - - - - - - - - - - - - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3