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/net/minecraft/world/WorldServer.html | 1142 -------------------------- 1 file changed, 1142 deletions(-) delete mode 100644 javadoc/net/minecraft/world/WorldServer.html (limited to 'javadoc/net/minecraft/world/WorldServer.html') diff --git a/javadoc/net/minecraft/world/WorldServer.html b/javadoc/net/minecraft/world/WorldServer.html deleted file mode 100644 index b84212a..0000000 --- a/javadoc/net/minecraft/world/WorldServer.html +++ /dev/null @@ -1,1142 +0,0 @@ - - - - - -WorldServer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world
-

Class WorldServer

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

      Field Detail

      - - - - - - - -
        -
      • -

        levelSaving

        -
        public boolean levelSaving
        -
      • -
      - - - - - - - -
        -
      • -

        doneChunks

        -
        protected java.util.Set<ChunkCoordIntPair> doneChunks
        -
        Stores the recently processed (lighting) chunks
        -
      • -
      - - - -
        -
      • -

        customTeleporters

        -
        public java.util.List<Teleporter> customTeleporters
        -
      • -
      -
    • -
    - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        tick

        -
        public void tick()
        -
        -
        Overrides:
        -
        tick in class World
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        wakeAllPlayers

        -
        protected void wakeAllPlayers()
        -
      • -
      - - - -
        -
      • -

        areAllPlayersAsleep

        -
        public boolean areAllPlayersAsleep()
        -
      • -
      - - - -
        -
      • -

        setSpawnLocation

        -
        public void setSpawnLocation()
        -
        -
        Overrides:
        -
        setSpawnLocation in class World
        -
        -
      • -
      - - - -
        -
      • -

        func_147456_g

        -
        protected void func_147456_g()
        -
        -
        Overrides:
        -
        func_147456_g in class World
        -
        -
      • -
      - - - -
        -
      • -

        isBlockTickScheduledThisTick

        -
        public boolean isBlockTickScheduledThisTick(int p_147477_1_,
        -                                   int p_147477_2_,
        -                                   int p_147477_3_,
        -                                   Block p_147477_4_)
        -
        -
        Overrides:
        -
        isBlockTickScheduledThisTick in class World
        -
        -
      • -
      - - - -
        -
      • -

        scheduleBlockUpdate

        -
        public void scheduleBlockUpdate(int p_147464_1_,
        -                       int p_147464_2_,
        -                       int p_147464_3_,
        -                       Block p_147464_4_,
        -                       int p_147464_5_)
        -
        -
        Overrides:
        -
        scheduleBlockUpdate in class World
        -
        -
      • -
      - - - -
        -
      • -

        scheduleBlockUpdateWithPriority

        -
        public void scheduleBlockUpdateWithPriority(int p_147454_1_,
        -                                   int p_147454_2_,
        -                                   int p_147454_3_,
        -                                   Block p_147454_4_,
        -                                   int p_147454_5_,
        -                                   int p_147454_6_)
        -
        -
        Overrides:
        -
        scheduleBlockUpdateWithPriority in class World
        -
        -
      • -
      - - - -
        -
      • -

        func_147446_b

        -
        public void func_147446_b(int p_147446_1_,
        -                 int p_147446_2_,
        -                 int p_147446_3_,
        -                 Block p_147446_4_,
        -                 int p_147446_5_,
        -                 int p_147446_6_)
        -
        -
        Overrides:
        -
        func_147446_b in class World
        -
        -
      • -
      - - - -
        -
      • -

        updateEntities

        -
        public void updateEntities()
        -
        -
        Overrides:
        -
        updateEntities in class World
        -
        -
      • -
      - - - -
        -
      • -

        resetUpdateEntityTick

        -
        public void resetUpdateEntityTick()
        -
      • -
      - - - -
        -
      • -

        tickUpdates

        -
        public boolean tickUpdates(boolean p_72955_1_)
        -
        -
        Overrides:
        -
        tickUpdates in class World
        -
        -
      • -
      - - - -
        -
      • -

        getPendingBlockUpdates

        -
        public java.util.List getPendingBlockUpdates(Chunk p_72920_1_,
        -                                    boolean p_72920_2_)
        -
        -
        Overrides:
        -
        getPendingBlockUpdates in class World
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_147486_a

        -
        public java.util.List func_147486_a(int p_147486_1_,
        -                           int p_147486_2_,
        -                           int p_147486_3_,
        -                           int p_147486_4_,
        -                           int p_147486_5_,
        -                           int p_147486_6_)
        -
      • -
      - - - -
        -
      • -

        canMineBlock

        -
        public boolean canMineBlock(EntityPlayer p_72962_1_,
        -                   int p_72962_2_,
        -                   int p_72962_3_,
        -                   int p_72962_4_)
        -
        -
        Overrides:
        -
        canMineBlock in class World
        -
        -
      • -
      - - - -
        -
      • -

        canMineBlockBody

        -
        public boolean canMineBlockBody(EntityPlayer par1EntityPlayer,
        -                       int par2,
        -                       int par3,
        -                       int par4)
        -
        -
        Overrides:
        -
        canMineBlockBody in class World
        -
        -
      • -
      - - - - - - - -
        -
      • -

        createSpawnPosition

        -
        protected void createSpawnPosition(WorldSettings p_73052_1_)
        -
      • -
      - - - -
        -
      • -

        createBonusChest

        -
        protected void createBonusChest()
        -
      • -
      - - - -
        -
      • -

        getEntrancePortalLocation

        -
        public ChunkCoordinates getEntrancePortalLocation()
        -
      • -
      - - - - - - - -
        -
      • -

        saveChunkData

        -
        public void saveChunkData()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        getEntityByID

        -
        public Entity getEntityByID(int p_73045_1_)
        -
        -
        Specified by:
        -
        getEntityByID in class World
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setEntityState

        -
        public void setEntityState(Entity p_72960_1_,
        -                  byte p_72960_2_)
        -
        -
        Overrides:
        -
        setEntityState in class World
        -
        -
      • -
      - - - -
        -
      • -

        newExplosion

        -
        public Explosion newExplosion(Entity p_72885_1_,
        -                     double p_72885_2_,
        -                     double p_72885_4_,
        -                     double p_72885_6_,
        -                     float p_72885_8_,
        -                     boolean p_72885_9_,
        -                     boolean p_72885_10_)
        -
        -
        Overrides:
        -
        newExplosion in class World
        -
        -
      • -
      - - - -
        -
      • -

        addBlockEvent

        -
        public void addBlockEvent(int p_147452_1_,
        -                 int p_147452_2_,
        -                 int p_147452_3_,
        -                 Block p_147452_4_,
        -                 int p_147452_5_,
        -                 int p_147452_6_)
        -
        -
        Overrides:
        -
        addBlockEvent in class World
        -
        -
      • -
      - - - -
        -
      • -

        flush

        -
        public void flush()
        -
      • -
      - - - -
        -
      • -

        updateWeather

        -
        protected void updateWeather()
        -
        -
        Overrides:
        -
        updateWeather in class World
        -
        -
      • -
      - - - -
        -
      • -

        func_152379_p

        -
        protected int func_152379_p()
        -
        -
        Specified by:
        -
        func_152379_p in class World
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getEntityTracker

        -
        public EntityTracker getEntityTracker()
        -
      • -
      - - - -
        -
      • -

        getPlayerManager

        -
        public PlayerManager getPlayerManager()
        -
      • -
      - - - -
        -
      • -

        getDefaultTeleporter

        -
        public Teleporter getDefaultTeleporter()
        -
      • -
      - - - -
        -
      • -

        func_147487_a

        -
        public void func_147487_a(java.lang.String p_147487_1_,
        -                 double p_147487_2_,
        -                 double p_147487_4_,
        -                 double p_147487_6_,
        -                 int p_147487_8_,
        -                 double p_147487_9_,
        -                 double p_147487_11_,
        -                 double p_147487_13_,
        -                 double p_147487_15_)
        -
      • -
      - - - -
        -
      • -

        getChunkSaveLocation

        -
        public java.io.File getChunkSaveLocation()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3