From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/world/WorldSavedData.html | 346 ++++++++++++++++++++++++ 1 file changed, 346 insertions(+) create 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 new file mode 100644 index 0000000..7d93045 --- /dev/null +++ b/javadoc/net/minecraft/world/WorldSavedData.html @@ -0,0 +1,346 @@ + + + + + +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