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

Class ForgeChunkManager.Ticket

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    ForgeChunkManager
    -
    -
    -
    -
    public static class ForgeChunkManager.Ticket
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        world

        -
        public final World world
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setChunkListDepth

        -
        public void setChunkListDepth(int depth)
        -
        The chunk list depth can be manipulated up to the maximal grant allowed for the mod. This value is configurable. Once the maximum is reached, - the least recently forced chunk, by original registration time, is removed from the forced chunk list.
        -
        Parameters:
        depth - The new depth to set
        -
      • -
      - - - -
        -
      • -

        getChunkListDepth

        -
        public int getChunkListDepth()
        -
        Gets the current max depth for this ticket. - Should be the same as getMaxChunkListDepth() - unless setChunkListDepth has been called.
        -
        Returns:
        Current max depth
        -
      • -
      - - - -
        -
      • -

        getMaxChunkListDepth

        -
        public int getMaxChunkListDepth()
        -
        Get the maximum chunk depth size
        -
        Returns:
        The maximum chunk depth size
        -
      • -
      - - - -
        -
      • -

        bindEntity

        -
        public void bindEntity(Entity entity)
        -
        Bind the entity to the ticket for ForgeChunkManager.Type.ENTITY type tickets. Other types will throw a runtime exception.
        -
        Parameters:
        entity - The entity to bind
        -
      • -
      - - - -
        -
      • -

        getModData

        -
        public NBTTagCompound getModData()
        -
        Retrieve the NBTTagCompound that stores mod specific data for the chunk ticket. - Example data to store would be a TileEntity or Block location. This is persisted with the ticket and - provided to the ForgeChunkManager.LoadingCallback for the mod. It is recommended to use this to recover - useful state information for the forced chunks.
        -
        Returns:
        The custom compound tag for mods to store additional chunkloading data
        -
      • -
      - - - - - - - -
        -
      • -

        isPlayerTicket

        -
        public boolean isPlayerTicket()
        -
        Is this a player associated ticket rather than a mod associated ticket?
        -
      • -
      - - - -
        -
      • -

        getPlayerName

        -
        public java.lang.String getPlayerName()
        -
        Get the player associated with this ticket
        -
      • -
      - - - -
        -
      • -

        getModId

        -
        public java.lang.String getModId()
        -
        Get the associated mod id
        -
      • -
      - - - - - - - -
        -
      • -

        getChunkList

        -
        public com.google.common.collect.ImmutableSet<ChunkCoordIntPair> getChunkList()
        -
        Gets a list of requested chunks for this ticket.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3