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

Class WorldSavedData

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

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      java.lang.StringmapName 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      WorldSavedData(java.lang.String p_i2141_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanisDirty() 
      voidmarkDirty() 
      abstract voidreadFromNBT(NBTTagCompound p_76184_1_) 
      voidsetDirty(boolean p_76186_1_) 
      abstract voidwriteToNBT(NBTTagCompound p_76187_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        mapName

        -
        public final java.lang.String mapName
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WorldSavedData

        -
        public WorldSavedData(java.lang.String p_i2141_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readFromNBT

        -
        public abstract void readFromNBT(NBTTagCompound p_76184_1_)
        -
      • -
      - - - -
        -
      • -

        writeToNBT

        -
        public abstract void writeToNBT(NBTTagCompound p_76187_1_)
        -
      • -
      - - - -
        -
      • -

        markDirty

        -
        public void markDirty()
        -
      • -
      - - - -
        -
      • -

        setDirty

        -
        public void setDirty(boolean p_76186_1_)
        -
      • -
      - - - -
        -
      • -

        isDirty

        -
        public boolean isDirty()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3