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 --- ...eChunkManager.PlayerOrderedLoadingCallback.html | 235 --------------------- 1 file changed, 235 deletions(-) delete mode 100644 javadoc/net/minecraftforge/common/ForgeChunkManager.PlayerOrderedLoadingCallback.html (limited to 'javadoc/net/minecraftforge/common/ForgeChunkManager.PlayerOrderedLoadingCallback.html') diff --git a/javadoc/net/minecraftforge/common/ForgeChunkManager.PlayerOrderedLoadingCallback.html b/javadoc/net/minecraftforge/common/ForgeChunkManager.PlayerOrderedLoadingCallback.html deleted file mode 100644 index 492868e..0000000 --- a/javadoc/net/minecraftforge/common/ForgeChunkManager.PlayerOrderedLoadingCallback.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -ForgeChunkManager.PlayerOrderedLoadingCallback (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.common
-

Interface ForgeChunkManager.PlayerOrderedLoadingCallback

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playerTicketsLoaded

        -
        com.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> playerTicketsLoaded(com.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> tickets,
        -                                                                                                    World world)
        -
        Called back when tickets are loaded from the world to allow the - mod to decide if it wants the ticket still. - This is for player bound tickets rather than mod bound tickets. It is here so mods can - decide they want to dump all player tickets - - WARNING: You cannot force chunks in this callback, it is strictly for allowing the mod - to be more selective in which tickets it wishes to preserve
        -
        Parameters:
        tickets - The tickets that you will want to select from. The list is immutable and cannot be manipulated directly. Copy it first.
        world - The world
        -
        Returns:
        A list of the tickets this mod wishes to use. This list will subsequently be offered - to the main callback for action
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3