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

Interface ForgeChunkManager.LoadingCallback

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

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidticketsLoaded(java.util.List<ForgeChunkManager.Ticket> tickets, - World world) -
      Called back when tickets are loaded from the world to allow the - mod to re-register the chunks associated with those tickets.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        ticketsLoaded

        -
        void ticketsLoaded(java.util.List<ForgeChunkManager.Ticket> tickets,
        -                 World world)
        -
        Called back when tickets are loaded from the world to allow the - mod to re-register the chunks associated with those tickets. The list supplied - here is truncated to length prior to use. Tickets unwanted by the - mod must be disposed of manually unless the mod is an OrderedLoadingCallback instance - in which case, they will have been disposed of by the earlier callback.
        -
        Parameters:
        tickets - The tickets to re-register. The list is immutable and cannot be manipulated directly. Copy it first.
        world - the world
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3