diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/AnimationConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/AnimationConverter.html
new file mode 100644
index 00000000..072b536f
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/AnimationConverter.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+AnimationConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class AnimationConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+
+
+protected void
+fixAnimations (java.nio.file.Path animations)
+
+Updats animated images to newer versions
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+
+Specified by:
+convert
in class Converter
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void fixAnimations (java.nio.file.Path animations)
+ throws java.io.IOException
+Updats animated images to newer versions
+
+Parameters:
+animations
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/BlockStateConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/BlockStateConverter.html
new file mode 100644
index 00000000..a6985171
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/BlockStateConverter.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+BlockStateConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class BlockStateConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Updates blockstates in blockstates folder
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Updates blockstates in blockstates folder
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/ChestConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/ChestConverter.html
new file mode 100644
index 00000000..4f768d96
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/ChestConverter.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+ChestConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class ChestConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Fixes Chest Textures in 1.15 Remaps textures, and updates images
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Fixes Chest Textures in 1.15 Remaps textures, and updates images
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/LangConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/LangConverter.html
new file mode 100644
index 00000000..8a71217a
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/LangConverter.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+LangConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class LangConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Constructor
+Description
+
+
+
+
+LangConverter (PackConverter packConverter,
+java.lang.String fromIn,
+java.lang.String versionIn)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Moves Lang (properties) to JSON
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+public LangConverter (
PackConverter packConverter,
+java.lang.String fromIn,
+java.lang.String versionIn)
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Moves Lang (properties) to JSON
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/MCPatcherConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/MCPatcherConverter.html
new file mode 100644
index 00000000..926f1139
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/MCPatcherConverter.html
@@ -0,0 +1,361 @@
+
+
+
+
+
+MCPatcherConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class MCPatcherConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Parent conversion for MCPatcher
+
+
+
+protected void
+findFiles (java.nio.file.Path path)
+
+Finds all files in Path path
+
+
+
+protected void
+remapProperties (java.nio.file.Path path)
+
+Remaps properties to work in newer versions
+
+
+
+protected java.lang.String
+replaceTextures (PropertiesEx prop)
+
+Replaces texture paths with blocks and items
+
+
+
+protected java.lang.String
+updateID (java.lang.String type,
+PropertiesEx prop)
+
+Fixes item IDs and switches them from a numerical id to minecraft: something
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Parent conversion for MCPatcher
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void findFiles (java.nio.file.Path path)
+ throws java.io.IOException
+Finds all files in Path path
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void remapProperties (java.nio.file.Path path)
+ throws java.io.IOException
+Remaps properties to work in newer versions
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected java.lang.String replaceTextures (
PropertiesEx prop)
+Replaces texture paths with blocks and items
+
+Parameters:
+prop
-
+Returns:
+
+
+
+
+
+
+protected java.lang.String updateID (
java.lang.String type,
+PropertiesEx prop)
+Fixes item IDs and switches them from a numerical id to minecraft: something
+
+Parameters:
+type
-
+prop
-
+Returns:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/MapIconConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/MapIconConverter.html
new file mode 100644
index 00000000..2d41cef5
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/MapIconConverter.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+MapIconConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class MapIconConverter
+extends Converter
+
+
+
+
+
+
+
+
+Field Summary
+
+
+Fields
+
+
+Modifier and Type
+Field
+Description
+
+
+
+
+protected java.util.Map<java.lang.Long,java.lang.Long>
+mapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Converts maps
+
+
+
+protected long
+pack (int x,
+int y)
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+protected java.util.Map<java.lang.Long,java.lang.Long> mapping
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Converts maps
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected long pack (int x,
+int y)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/ModelConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/ModelConverter.html
new file mode 100644
index 00000000..2e1e8aee
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/ModelConverter.html
@@ -0,0 +1,389 @@
+
+
+
+
+
+ModelConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class ModelConverter
+extends Converter
+
+
+
+
+
+
+
+
+Field Summary
+
+
+Fields
+
+
+Modifier and Type
+Field
+Description
+
+
+
+
+protected java.lang.String
+light
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Constructor
+Description
+
+
+
+
+ModelConverter (PackConverter packConverter,
+java.lang.String lightIn,
+int versionIn,
+int fromIn)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Runs findfiles with the directory Models
+
+
+
+protected void
+findFiles (java.nio.file.Path path)
+
+Recursively finds files with Path path and runs remapModelJson
+
+
+
+protected void
+remapModelJson (java.nio.file.Path path)
+
+Updates model Json to newer versions
+
+
+
+protected java.lang.String
+setParent (java.lang.String prefix,
+java.lang.String path,
+java.lang.String parent,
+java.lang.String item)
+
+Gets parent object and sets a new one
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+protected java.lang.String light
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+public ModelConverter (
PackConverter packConverter,
+java.lang.String lightIn,
+int versionIn,
+int fromIn)
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Runs findfiles with the directory Models
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void findFiles (java.nio.file.Path path)
+ throws java.io.IOException
+Recursively finds files with Path path and runs remapModelJson
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void remapModelJson (java.nio.file.Path path)
+ throws java.io.IOException
+Updates model Json to newer versions
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected java.lang.String setParent (java.lang.String prefix,
+java.lang.String path,
+java.lang.String parent,
+java.lang.String item)
+Gets parent object and sets a new one
+
+Parameters:
+prefix
- prefix of file path
+path
- File path of json control
+parent
- Parent String
+Returns:
+New string with changed parent.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping13.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping13.html
new file mode 100644
index 00000000..224d0fda
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping13.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.BlockMapping13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+BlockMapping13 ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected BlockMapping13 ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping14.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping14.html
new file mode 100644
index 00000000..c00e10df
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.BlockMapping14.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.BlockMapping14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+BlockMapping14 ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected BlockMapping14 ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.EntityMapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.EntityMapping.html
new file mode 100644
index 00000000..81c94373
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.EntityMapping.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.EntityMapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+EntityMapping ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected EntityMapping ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping13.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping13.html
new file mode 100644
index 00000000..fea3b699
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping13.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.ItemMapping13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+ItemMapping13 ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected ItemMapping13 ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping14.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping14.html
new file mode 100644
index 00000000..c7813043
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.ItemMapping14.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.ItemMapping14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+ItemMapping14 ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected ItemMapping14 ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.LangMapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.LangMapping.html
new file mode 100644
index 00000000..af142c10
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.LangMapping.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+NameConverter.LangMapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Modifier
+Constructor
+Description
+
+
+
+
+protected
+LangMapping ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected void
+load ()
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+protected LangMapping ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.Mapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.Mapping.html
new file mode 100644
index 00000000..60921d4c
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.Mapping.html
@@ -0,0 +1,317 @@
+
+
+
+
+
+NameConverter.Mapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
java.lang.Object
+
com.agentdid127.resourcepack.impl.forwards.NameConverter.Mapping
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+Fields
+
+
+Modifier and Type
+Field
+Description
+
+
+
+
+protected java.util.Map<java.lang.String,java.lang.String>
+mapping
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+Constructors
+
+
+Constructor
+Description
+
+
+
+
+Mapping ()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+protected abstract void
+load ()
+
+
+
+java.lang.String
+remap (java.lang.String in)
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+protected final java.util.Map<java.lang.String,java.lang.String> mapping
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+protected abstract void load ()
+
+
+
+
+
+public java.lang.String remap (java.lang.String in)
+
+Returns:
+remapped or in if not present
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.html
new file mode 100644
index 00000000..2a5abd43
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/NameConverter.html
@@ -0,0 +1,575 @@
+
+
+
+
+
+NameConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class NameConverter
+extends Converter
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+protected int version
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+public NameConverter (
PackConverter packConverter,
+int version,
+int from)
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Fixes folder names and file names
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void findEntityFiles (java.nio.file.Path path)
+ throws java.io.IOException
+Finds files in entity folder
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void findFiles (java.nio.file.Path path)
+ throws java.io.IOException
+Finds files in folders called
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void renameAll (
NameConverter.Mapping mapping,
+java.lang.String extension,
+java.nio.file.Path path)
+ throws
java.io.IOException
+Renames folder
+
+Parameters:
+mapping
-
+extension
-
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/PackMetaConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/PackMetaConverter.html
new file mode 100644
index 00000000..f90ef9f2
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/PackMetaConverter.html
@@ -0,0 +1,280 @@
+
+
+
+
+
+PackMetaConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class PackMetaConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Converts MCMeta to newer version
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+public PackMetaConverter (
PackConverter packConverter,
+int versionIn)
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Converts MCMeta to newer version
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/PaintingConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/PaintingConverter.html
new file mode 100644
index 00000000..80f7f1c7
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/PaintingConverter.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+PaintingConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class PaintingConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Remaps painting image to multiple images.
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Remaps painting image to multiple images.
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/ParticleConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/ParticleConverter.html
new file mode 100644
index 00000000..e33629c2
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/ParticleConverter.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+ParticleConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class ParticleConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Updates Particles
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Updates Particles
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/SoundsConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/SoundsConverter.html
new file mode 100644
index 00000000..f47ce7e5
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/SoundsConverter.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+SoundsConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class SoundsConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Updates Sounds
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Updates Sounds
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/SpacesConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/SpacesConverter.html
new file mode 100644
index 00000000..64ee1a98
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/SpacesConverter.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+SpacesConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public class SpacesConverter
+extends Converter
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+Modifier and Type
+Method
+Description
+
+
+
+
+void
+convert (Pack pack)
+
+Runs findFiles
+
+
+
+protected void
+findFiles (java.nio.file.Path path)
+
+Recursively finds files to fix Spaces
+
+
+
+protected java.lang.String
+fixSpaces (java.nio.file.Path path)
+
+Replaces spaces in files with underscores
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+public void convert (
Pack pack)
+ throws
java.io.IOException
+Runs findFiles
+
+Specified by:
+convert
in class Converter
+Parameters:
+pack
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected void findFiles (java.nio.file.Path path)
+ throws java.io.IOException
+Recursively finds files to fix Spaces
+
+Parameters:
+path
-
+Throws:
+java.io.IOException
+
+
+
+
+
+
+protected java.lang.String fixSpaces (java.nio.file.Path path)
+ throws java.io.IOException
+Replaces spaces in files with underscores
+
+Parameters:
+path
-
+Returns:
+Throws:
+java.io.IOException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/AnimationConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/AnimationConverter.html
new file mode 100644
index 00000000..edc07fd2
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/AnimationConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.AnimationConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.AnimationConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/BlockStateConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/BlockStateConverter.html
new file mode 100644
index 00000000..3a84f9a2
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/BlockStateConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.BlockStateConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.BlockStateConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ChestConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ChestConverter.html
new file mode 100644
index 00000000..82e42c5e
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ChestConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.ChestConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.ChestConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/LangConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/LangConverter.html
new file mode 100644
index 00000000..6228250a
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/LangConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.LangConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.LangConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MCPatcherConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MCPatcherConverter.html
new file mode 100644
index 00000000..204c0a1f
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MCPatcherConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.MCPatcherConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.MCPatcherConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MapIconConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MapIconConverter.html
new file mode 100644
index 00000000..bdeabbd3
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/MapIconConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.MapIconConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.MapIconConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ModelConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ModelConverter.html
new file mode 100644
index 00000000..031dd0a8
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ModelConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.ModelConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.ModelConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping13.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping13.html
new file mode 100644
index 00000000..1267eb45
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping13.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.BlockMapping13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.BlockMapping13
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping14.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping14.html
new file mode 100644
index 00000000..365af699
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.BlockMapping14.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.BlockMapping14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.BlockMapping14
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.EntityMapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.EntityMapping.html
new file mode 100644
index 00000000..8ff94df6
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.EntityMapping.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.EntityMapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.EntityMapping
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping13.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping13.html
new file mode 100644
index 00000000..a0649c53
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping13.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.ItemMapping13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.ItemMapping13
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping14.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping14.html
new file mode 100644
index 00000000..aaecd3cf
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.ItemMapping14.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.ItemMapping14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.ItemMapping14
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.LangMapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.LangMapping.html
new file mode 100644
index 00000000..0577c63b
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.LangMapping.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.LangMapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter.LangMapping
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.Mapping.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.Mapping.html
new file mode 100644
index 00000000..6ba63437
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.Mapping.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter.Mapping
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.html
new file mode 100644
index 00000000..3e129d79
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/NameConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.NameConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.NameConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PackMetaConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PackMetaConverter.html
new file mode 100644
index 00000000..3b8adfc0
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PackMetaConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.PackMetaConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.PackMetaConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PaintingConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PaintingConverter.html
new file mode 100644
index 00000000..b1a835f9
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/PaintingConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.PaintingConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.PaintingConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ParticleConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ParticleConverter.html
new file mode 100644
index 00000000..4035c9df
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/ParticleConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.ParticleConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.ParticleConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SoundsConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SoundsConverter.html
new file mode 100644
index 00000000..52b4ec95
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SoundsConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.SoundsConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.SoundsConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SpacesConverter.html b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SpacesConverter.html
new file mode 100644
index 00000000..1583784a
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/class-use/SpacesConverter.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+Uses of Class com.agentdid127.resourcepack.impl.forwards.SpacesConverter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+No usage of com.agentdid127.resourcepack.impl.forwards.SpacesConverter
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/package-summary.html b/docs/com/agentdid127/resourcepack/impl/forwarads/package-summary.html
new file mode 100644
index 00000000..3faabea0
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/package-summary.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+com.agentdid127.resourcepack.impl.forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/package-tree.html b/docs/com/agentdid127/resourcepack/impl/forwarads/package-tree.html
new file mode 100644
index 00000000..7dead650
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/package-tree.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+com.agentdid127.resourcepack.impl.forwards Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/forwarads/package-use.html b/docs/com/agentdid127/resourcepack/impl/forwarads/package-use.html
new file mode 100644
index 00000000..f5b8555f
--- /dev/null
+++ b/docs/com/agentdid127/resourcepack/impl/forwarads/package-use.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+Uses of Package com.agentdid127.resourcepack.impl.forwards
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/agentdid127/resourcepack/impl/package-summary.html b/docs/com/agentdid127/resourcepack/impl/package-summary.html
index 34a73486..cc03970e 100644
--- a/docs/com/agentdid127/resourcepack/impl/package-summary.html
+++ b/docs/com/agentdid127/resourcepack/impl/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack.impl
-
+
diff --git a/docs/com/agentdid127/resourcepack/impl/package-tree.html b/docs/com/agentdid127/resourcepack/impl/package-tree.html
index 50c8c8cd..e27c153c 100644
--- a/docs/com/agentdid127/resourcepack/impl/package-tree.html
+++ b/docs/com/agentdid127/resourcepack/impl/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack.impl Class Hierarchy
-
+
@@ -98,12 +98,12 @@ Class Hierarchy
com.agentdid127.resourcepack.impl.NameConverter.Mapping
diff --git a/docs/com/agentdid127/resourcepack/impl/package-use.html b/docs/com/agentdid127/resourcepack/impl/package-use.html
index 99e4358f..edfbdbe4 100644
--- a/docs/com/agentdid127/resourcepack/impl/package-use.html
+++ b/docs/com/agentdid127/resourcepack/impl/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.agentdid127.resourcepack.impl
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/Pack.Handler.html b/docs/com/agentdid127/resourcepack/pack/Pack.Handler.html
index 23d8dbab..686841d7 100644
--- a/docs/com/agentdid127/resourcepack/pack/Pack.Handler.html
+++ b/docs/com/agentdid127/resourcepack/pack/Pack.Handler.html
@@ -2,10 +2,10 @@
-
+
Pack.Handler
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/Pack.html b/docs/com/agentdid127/resourcepack/pack/Pack.html
index 64321c02..55b8f239 100644
--- a/docs/com/agentdid127/resourcepack/pack/Pack.html
+++ b/docs/com/agentdid127/resourcepack/pack/Pack.html
@@ -2,10 +2,10 @@
-
+
Pack
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/ZipPack.Handler.html b/docs/com/agentdid127/resourcepack/pack/ZipPack.Handler.html
index fa955767..41ca09f9 100644
--- a/docs/com/agentdid127/resourcepack/pack/ZipPack.Handler.html
+++ b/docs/com/agentdid127/resourcepack/pack/ZipPack.Handler.html
@@ -2,10 +2,10 @@
-
+
ZipPack.Handler
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/ZipPack.html b/docs/com/agentdid127/resourcepack/pack/ZipPack.html
index 6bb313d5..3d10bea6 100644
--- a/docs/com/agentdid127/resourcepack/pack/ZipPack.html
+++ b/docs/com/agentdid127/resourcepack/pack/ZipPack.html
@@ -2,10 +2,10 @@
-
+
ZipPack
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/class-use/Pack.Handler.html b/docs/com/agentdid127/resourcepack/pack/class-use/Pack.Handler.html
index 05f468b7..17002188 100644
--- a/docs/com/agentdid127/resourcepack/pack/class-use/Pack.Handler.html
+++ b/docs/com/agentdid127/resourcepack/pack/class-use/Pack.Handler.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.agentdid127.resourcepack.pack.Pack.Handler
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/class-use/Pack.html b/docs/com/agentdid127/resourcepack/pack/class-use/Pack.html
index d570437e..ab56662b 100644
--- a/docs/com/agentdid127/resourcepack/pack/class-use/Pack.html
+++ b/docs/com/agentdid127/resourcepack/pack/class-use/Pack.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.agentdid127.resourcepack.pack.Pack
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.Handler.html b/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.Handler.html
index 4f7cfd26..61ec617c 100644
--- a/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.Handler.html
+++ b/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.Handler.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.agentdid127.resourcepack.pack.ZipPack.Handler
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.html b/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.html
index 2f09645f..640d6002 100644
--- a/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.html
+++ b/docs/com/agentdid127/resourcepack/pack/class-use/ZipPack.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.agentdid127.resourcepack.pack.ZipPack
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/package-summary.html b/docs/com/agentdid127/resourcepack/pack/package-summary.html
index b7b910af..5737dc0a 100644
--- a/docs/com/agentdid127/resourcepack/pack/package-summary.html
+++ b/docs/com/agentdid127/resourcepack/pack/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack.pack
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/package-tree.html b/docs/com/agentdid127/resourcepack/pack/package-tree.html
index 224fd956..3bee9a0e 100644
--- a/docs/com/agentdid127/resourcepack/pack/package-tree.html
+++ b/docs/com/agentdid127/resourcepack/pack/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack.pack Class Hierarchy
-
+
diff --git a/docs/com/agentdid127/resourcepack/pack/package-use.html b/docs/com/agentdid127/resourcepack/pack/package-use.html
index 5b6d7f70..7fe800ef 100644
--- a/docs/com/agentdid127/resourcepack/pack/package-use.html
+++ b/docs/com/agentdid127/resourcepack/pack/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.agentdid127.resourcepack.pack
-
+
diff --git a/docs/com/agentdid127/resourcepack/package-summary.html b/docs/com/agentdid127/resourcepack/package-summary.html
index 5be41b1a..1bcc4c04 100644
--- a/docs/com/agentdid127/resourcepack/package-summary.html
+++ b/docs/com/agentdid127/resourcepack/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack
-
+
diff --git a/docs/com/agentdid127/resourcepack/package-tree.html b/docs/com/agentdid127/resourcepack/package-tree.html
index d7f9a871..6b55cfba 100644
--- a/docs/com/agentdid127/resourcepack/package-tree.html
+++ b/docs/com/agentdid127/resourcepack/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.agentdid127.resourcepack Class Hierarchy
-
+
diff --git a/docs/com/agentdid127/resourcepack/package-use.html b/docs/com/agentdid127/resourcepack/package-use.html
index 83faadd2..9c8476b6 100644
--- a/docs/com/agentdid127/resourcepack/package-use.html
+++ b/docs/com/agentdid127/resourcepack/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.agentdid127.resourcepack
-
+
diff --git a/docs/constant-values.html b/docs/constant-values.html
index 8dd4c70b..4008736e 100644
--- a/docs/constant-values.html
+++ b/docs/constant-values.html
@@ -2,10 +2,10 @@
-
+
Constant Field Values
-
+
diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html
index 85e1809b..51779950 100644
--- a/docs/deprecated-list.html
+++ b/docs/deprecated-list.html
@@ -2,10 +2,10 @@
-
+
Deprecated List
-
+
diff --git a/docs/help-doc.html b/docs/help-doc.html
index 3a77f2fa..ae4f8c49 100644
--- a/docs/help-doc.html
+++ b/docs/help-doc.html
@@ -2,10 +2,10 @@
-
+
API Help
-
+
diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html
index cd0e8a60..293701b8 100644
--- a/docs/index-files/index-1.html
+++ b/docs/index-files/index-1.html
@@ -2,10 +2,10 @@
-
+
A-Index
-
+
diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html
index f4193810..a93e51c5 100644
--- a/docs/index-files/index-10.html
+++ b/docs/index-files/index-10.html
@@ -2,10 +2,10 @@
-
+
L-Index
-
+
@@ -86,20 +86,20 @@ L
LIGHT - Static variable in class com.agentdid127.resourcepack.Options
-load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.BlockMapping
+load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.BlockMapping13
+
+load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.BlockMapping14
load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.EntityMapping
-load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.ItemMapping
+load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.ItemMapping13
+
+load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.ItemMapping14
load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.LangMapping
load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.Mapping
-load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.NewBlockMapping
-
-load() - Method in class com.agentdid127.resourcepack.impl.NameConverter.NewItemMapping
-
A B C D E F G H I L M N O P R S T U V Z All Classes All Packages