-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed ItemNBTImporter.import(ItemStack,ReflectedNBTCompound) make error with arrays - *Warning!* If you edit nbt with arrays, error will occurred in previous versions. - Changed package name to v1_2R3
- Loading branch information
1 parent
40eb5f3
commit a51c5e0
Showing
22 changed files
with
68 additions
and
61 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...f46/NBTUtil/v1_2R2/BukkitVersionUtil.java → ...f46/NBTUtil/v1_2R3/BukkitVersionUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eption/CollectionMismatchedException.java → ...eption/CollectionMismatchedException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
..._2R2/Exception/UndefinedNBTException.java → ..._2R3/Exception/UndefinedNBTException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/v1_2R2/Interface/IReflectedNBTBase.java → ...l/v1_2R3/Interface/IReflectedNBTBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
..._2R2/Interface/IReflectedNBTCompound.java → ..._2R3/Interface/IReflectedNBTCompound.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/v1_2R2/Interface/IReflectedNBTList.java → ...l/v1_2R3/Interface/IReflectedNBTList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package skywolf46.NBTUtil.v1_2R2.Interface; | ||
package skywolf46.NBTUtil.v1_2R3.Interface; | ||
|
||
import java.util.List; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...olf46/NBTUtil/v1_2R2/ItemNBTExtrator.java → ...olf46/NBTUtil/v1_2R3/ItemNBTExtrator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...olf46/NBTUtil/v1_2R2/ItemNBTImporter.java → ...olf46/NBTUtil/v1_2R3/ItemNBTImporter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...TUtil/v1_2R2/Iterator/LinearIterator.java → ...TUtil/v1_2R3/Iterator/LinearIterator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Util/v1_2R2/NBTData/ReflectedNBTByte.java → ...Util/v1_2R3/NBTData/ReflectedNBTByte.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...v1_2R2/NBTData/ReflectedNBTByteArray.java → ...v1_2R3/NBTData/ReflectedNBTByteArray.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
.../v1_2R2/NBTData/ReflectedNBTCompound.java → .../v1_2R3/NBTData/ReflectedNBTCompound.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...il/v1_2R2/NBTData/ReflectedNBTDouble.java → ...il/v1_2R3/NBTData/ReflectedNBTDouble.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...til/v1_2R2/NBTData/ReflectedNBTFloat.java → ...til/v1_2R3/NBTData/ReflectedNBTFloat.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...l/v1_2R2/NBTData/ReflectedNBTInteger.java → ...l/v1_2R3/NBTData/ReflectedNBTInteger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...v1_2R2/NBTData/ReflectedNBTLongArray.java → ...v1_2R3/NBTData/ReflectedNBTLongArray.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...til/v1_2R2/NBTData/ReflectedNBTShort.java → ...til/v1_2R3/NBTData/ReflectedNBTShort.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...il/v1_2R2/NBTData/ReflectedNBTString.java → ...il/v1_2R3/NBTData/ReflectedNBTString.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...6/NBTUtil/v1_2R2/ReflectedNBTStorage.java → ...6/NBTUtil/v1_2R3/ReflectedNBTStorage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters