diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..e040f58 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..e0d9b68 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + AncientGates + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..a4b9403 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +#Wed Apr 06 16:59:25 CEST 2011 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/bin/org/mcteam/ancientgates/Conf.class b/bin/org/mcteam/ancientgates/Conf.class new file mode 100644 index 0000000..c91ea4e Binary files /dev/null and b/bin/org/mcteam/ancientgates/Conf.class differ diff --git a/bin/org/mcteam/ancientgates/Gate$1.class b/bin/org/mcteam/ancientgates/Gate$1.class new file mode 100644 index 0000000..8eba156 Binary files /dev/null and b/bin/org/mcteam/ancientgates/Gate$1.class differ diff --git a/bin/org/mcteam/ancientgates/Gate.class b/bin/org/mcteam/ancientgates/Gate.class new file mode 100644 index 0000000..9e3909e Binary files /dev/null and b/bin/org/mcteam/ancientgates/Gate.class differ diff --git a/bin/org/mcteam/ancientgates/MyLocationTypeAdapter.class b/bin/org/mcteam/ancientgates/MyLocationTypeAdapter.class new file mode 100644 index 0000000..8923ce1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/MyLocationTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/Plugin.class b/bin/org/mcteam/ancientgates/Plugin.class new file mode 100644 index 0000000..f2f830f Binary files /dev/null and b/bin/org/mcteam/ancientgates/Plugin.class differ diff --git a/bin/org/mcteam/ancientgates/commands/BaseCommand.class b/bin/org/mcteam/ancientgates/commands/BaseCommand.class new file mode 100644 index 0000000..cfed904 Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/BaseCommand.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandClose.class b/bin/org/mcteam/ancientgates/commands/CommandClose.class new file mode 100644 index 0000000..cd7d60c Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandClose.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandCreate.class b/bin/org/mcteam/ancientgates/commands/CommandCreate.class new file mode 100644 index 0000000..938289b Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandCreate.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandDelete.class b/bin/org/mcteam/ancientgates/commands/CommandDelete.class new file mode 100644 index 0000000..e6f866a Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandDelete.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandHelp.class b/bin/org/mcteam/ancientgates/commands/CommandHelp.class new file mode 100644 index 0000000..f8ed79c Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandHelp.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandList.class b/bin/org/mcteam/ancientgates/commands/CommandList.class new file mode 100644 index 0000000..f91bbe4 Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandList.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandOpen.class b/bin/org/mcteam/ancientgates/commands/CommandOpen.class new file mode 100644 index 0000000..77c0a31 Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandOpen.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandSetFrom.class b/bin/org/mcteam/ancientgates/commands/CommandSetFrom.class new file mode 100644 index 0000000..e0c8087 Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandSetFrom.class differ diff --git a/bin/org/mcteam/ancientgates/commands/CommandSetTo.class b/bin/org/mcteam/ancientgates/commands/CommandSetTo.class new file mode 100644 index 0000000..729c777 Binary files /dev/null and b/bin/org/mcteam/ancientgates/commands/CommandSetTo.class differ diff --git a/bin/org/mcteam/ancientgates/gson/AnonymousAndLocalClassExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/AnonymousAndLocalClassExclusionStrategy.class new file mode 100644 index 0000000..ebe9b04 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/AnonymousAndLocalClassExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Cache.class b/bin/org/mcteam/ancientgates/gson/Cache.class new file mode 100644 index 0000000..b0a97cd Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Cache.class differ diff --git a/bin/org/mcteam/ancientgates/gson/CamelCaseSeparatorNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/CamelCaseSeparatorNamingPolicy.class new file mode 100644 index 0000000..6d5d0d8 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/CamelCaseSeparatorNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/CircularReferenceException.class b/bin/org/mcteam/ancientgates/gson/CircularReferenceException.class new file mode 100644 index 0000000..06a2cc9 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/CircularReferenceException.class differ diff --git a/bin/org/mcteam/ancientgates/gson/CompositionFieldNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/CompositionFieldNamingPolicy.class new file mode 100644 index 0000000..3e20707 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/CompositionFieldNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigDecimalTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigDecimalTypeAdapter.class new file mode 100644 index 0000000..0f7b803 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigDecimalTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigIntegerTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigIntegerTypeAdapter.class new file mode 100644 index 0000000..db6e994 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BigIntegerTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BooleanTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BooleanTypeAdapter.class new file mode 100644 index 0000000..eb217f4 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$BooleanTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ByteTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ByteTypeAdapter.class new file mode 100644 index 0000000..38f18b8 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ByteTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CharacterTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CharacterTypeAdapter.class new file mode 100644 index 0000000..4710322 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CharacterTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CollectionTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CollectionTypeAdapter.class new file mode 100644 index 0000000..6baab76 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$CollectionTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultDateTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultDateTypeAdapter.class new file mode 100644 index 0000000..e8622f5 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultDateTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultJavaSqlDateTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultJavaSqlDateTypeAdapter.class new file mode 100644 index 0000000..666d71d Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultJavaSqlDateTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimeTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimeTypeAdapter.class new file mode 100644 index 0000000..f00d062 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimeTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimestampDeserializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimestampDeserializer.class new file mode 100644 index 0000000..a87cbd2 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DefaultTimestampDeserializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleDeserializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleDeserializer.class new file mode 100644 index 0000000..1c6c9b6 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleDeserializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleSerializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleSerializer.class new file mode 100644 index 0000000..c2c0e5b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$DoubleSerializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$EnumTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$EnumTypeAdapter.class new file mode 100644 index 0000000..fc891c1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$EnumTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatDeserializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatDeserializer.class new file mode 100644 index 0000000..513af6d Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatDeserializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatSerializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatSerializer.class new file mode 100644 index 0000000..9014ddc Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$FloatSerializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$GregorianCalendarTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$GregorianCalendarTypeAdapter.class new file mode 100644 index 0000000..116b114 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$GregorianCalendarTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$HashSetCreator.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$HashSetCreator.class new file mode 100644 index 0000000..9d52f65 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$HashSetCreator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$IntegerTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$IntegerTypeAdapter.class new file mode 100644 index 0000000..93b96fb Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$IntegerTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LocaleTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LocaleTypeAdapter.class new file mode 100644 index 0000000..250a6dc Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LocaleTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongDeserializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongDeserializer.class new file mode 100644 index 0000000..1d025ad Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongDeserializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongSerializer.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongSerializer.class new file mode 100644 index 0000000..6123ae2 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$LongSerializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$MapTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$MapTypeAdapter.class new file mode 100644 index 0000000..fcf1133 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$MapTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$NumberTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$NumberTypeAdapter.class new file mode 100644 index 0000000..539213c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$NumberTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$PropertiesCreator.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$PropertiesCreator.class new file mode 100644 index 0000000..097cf77 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$PropertiesCreator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ShortTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ShortTypeAdapter.class new file mode 100644 index 0000000..81fad79 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$ShortTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$StringTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$StringTypeAdapter.class new file mode 100644 index 0000000..a2cec86 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$StringTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$TreeSetCreator.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$TreeSetCreator.class new file mode 100644 index 0000000..b1ec5e9 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$TreeSetCreator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UriTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UriTypeAdapter.class new file mode 100644 index 0000000..2cc8d3e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UriTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UrlTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UrlTypeAdapter.class new file mode 100644 index 0000000..6af5bb6 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UrlTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UuidTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UuidTypeAdapter.class new file mode 100644 index 0000000..ea395b8 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters$UuidTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters.class b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters.class new file mode 100644 index 0000000..e0736f2 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DefaultTypeAdapters.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DelegatingJsonElementVisitor.class b/bin/org/mcteam/ancientgates/gson/DelegatingJsonElementVisitor.class new file mode 100644 index 0000000..ea4f393 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DelegatingJsonElementVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/DisjunctionExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/DisjunctionExclusionStrategy.class new file mode 100644 index 0000000..a4478be Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/DisjunctionExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Escaper.class b/bin/org/mcteam/ancientgates/gson/Escaper.class new file mode 100644 index 0000000..bfe683b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Escaper.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/ExclusionStrategy.class new file mode 100644 index 0000000..851c34e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ExposeAnnotationDeserializationExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/ExposeAnnotationDeserializationExclusionStrategy.class new file mode 100644 index 0000000..cf6ac61 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ExposeAnnotationDeserializationExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ExposeAnnotationSerializationExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/ExposeAnnotationSerializationExclusionStrategy.class new file mode 100644 index 0000000..6b8ab65 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ExposeAnnotationSerializationExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/FieldAttributes.class b/bin/org/mcteam/ancientgates/gson/FieldAttributes.class new file mode 100644 index 0000000..378238b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/FieldAttributes.class differ diff --git a/bin/org/mcteam/ancientgates/gson/FieldNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/FieldNamingPolicy.class new file mode 100644 index 0000000..d3127c3 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/FieldNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy.class b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy.class new file mode 100644 index 0000000..4998ee4 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2.class b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2.class new file mode 100644 index 0000000..7aab950 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2.class differ diff --git a/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2Adapter.class b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2Adapter.class new file mode 100644 index 0000000..d97d564 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/FieldNamingStrategy2Adapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/GenericArrayTypeImpl.class b/bin/org/mcteam/ancientgates/gson/GenericArrayTypeImpl.class new file mode 100644 index 0000000..07e9435 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/GenericArrayTypeImpl.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Gson.class b/bin/org/mcteam/ancientgates/gson/Gson.class new file mode 100644 index 0000000..a44d9ad Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Gson.class differ diff --git a/bin/org/mcteam/ancientgates/gson/GsonBuilder.class b/bin/org/mcteam/ancientgates/gson/GsonBuilder.class new file mode 100644 index 0000000..c4c3302 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/GsonBuilder.class differ diff --git a/bin/org/mcteam/ancientgates/gson/InnerClassExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/InnerClassExclusionStrategy.class new file mode 100644 index 0000000..d2cb98e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/InnerClassExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/InstanceCreator.class b/bin/org/mcteam/ancientgates/gson/InstanceCreator.class new file mode 100644 index 0000000..ca0da37 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/InstanceCreator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JavaFieldNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/JavaFieldNamingPolicy.class new file mode 100644 index 0000000..5a3c19a Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JavaFieldNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonArray.class b/bin/org/mcteam/ancientgates/gson/JsonArray.class new file mode 100644 index 0000000..7b0db8a Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonArray.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonArrayDeserializationVisitor.class b/bin/org/mcteam/ancientgates/gson/JsonArrayDeserializationVisitor.class new file mode 100644 index 0000000..08978ef Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonArrayDeserializationVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonDeserializationContext.class b/bin/org/mcteam/ancientgates/gson/JsonDeserializationContext.class new file mode 100644 index 0000000..b87df80 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonDeserializationContext.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonDeserializationContextDefault.class b/bin/org/mcteam/ancientgates/gson/JsonDeserializationContextDefault.class new file mode 100644 index 0000000..75a3ef9 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonDeserializationContextDefault.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonDeserializationVisitor.class b/bin/org/mcteam/ancientgates/gson/JsonDeserializationVisitor.class new file mode 100644 index 0000000..34e663a Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonDeserializationVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonDeserializer.class b/bin/org/mcteam/ancientgates/gson/JsonDeserializer.class new file mode 100644 index 0000000..9c22966 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonDeserializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonDeserializerExceptionWrapper.class b/bin/org/mcteam/ancientgates/gson/JsonDeserializerExceptionWrapper.class new file mode 100644 index 0000000..cd789d9 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonDeserializerExceptionWrapper.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonElement.class b/bin/org/mcteam/ancientgates/gson/JsonElement.class new file mode 100644 index 0000000..9c177b8 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonElement.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonElementVisitor.class b/bin/org/mcteam/ancientgates/gson/JsonElementVisitor.class new file mode 100644 index 0000000..173e304 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonElementVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonFieldNameValidator.class b/bin/org/mcteam/ancientgates/gson/JsonFieldNameValidator.class new file mode 100644 index 0000000..fcc862b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonFieldNameValidator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonIOException.class b/bin/org/mcteam/ancientgates/gson/JsonIOException.class new file mode 100644 index 0000000..b417721 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonIOException.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonNull.class b/bin/org/mcteam/ancientgates/gson/JsonNull.class new file mode 100644 index 0000000..e6834d1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonNull.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonObject.class b/bin/org/mcteam/ancientgates/gson/JsonObject.class new file mode 100644 index 0000000..cb1f876 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonObject.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonObjectDeserializationVisitor.class b/bin/org/mcteam/ancientgates/gson/JsonObjectDeserializationVisitor.class new file mode 100644 index 0000000..7cfd97d Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonObjectDeserializationVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonParseException.class b/bin/org/mcteam/ancientgates/gson/JsonParseException.class new file mode 100644 index 0000000..a78a7d7 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonParseException.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonParser.class b/bin/org/mcteam/ancientgates/gson/JsonParser.class new file mode 100644 index 0000000..ff1ab07 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonParser.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonPrimitive.class b/bin/org/mcteam/ancientgates/gson/JsonPrimitive.class new file mode 100644 index 0000000..555de25 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonPrimitive.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonSerializationContext.class b/bin/org/mcteam/ancientgates/gson/JsonSerializationContext.class new file mode 100644 index 0000000..d29d442 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonSerializationContext.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonSerializationContextDefault.class b/bin/org/mcteam/ancientgates/gson/JsonSerializationContextDefault.class new file mode 100644 index 0000000..68f70cb Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonSerializationContextDefault.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonSerializationVisitor.class b/bin/org/mcteam/ancientgates/gson/JsonSerializationVisitor.class new file mode 100644 index 0000000..b7f9922 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonSerializationVisitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonSerializer.class b/bin/org/mcteam/ancientgates/gson/JsonSerializer.class new file mode 100644 index 0000000..b111a31 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonSerializer.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonStreamParser.class b/bin/org/mcteam/ancientgates/gson/JsonStreamParser.class new file mode 100644 index 0000000..81ee818 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonStreamParser.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonSyntaxException.class b/bin/org/mcteam/ancientgates/gson/JsonSyntaxException.class new file mode 100644 index 0000000..770437f Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonSyntaxException.class differ diff --git a/bin/org/mcteam/ancientgates/gson/JsonTreeNavigator.class b/bin/org/mcteam/ancientgates/gson/JsonTreeNavigator.class new file mode 100644 index 0000000..ea151c0 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/JsonTreeNavigator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$DefaultStrategy.class b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$DefaultStrategy.class new file mode 100644 index 0000000..94eff22 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$DefaultStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$Strategy.class b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$Strategy.class new file mode 100644 index 0000000..929d4b4 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$Strategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$StringStrategy.class b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$StringStrategy.class new file mode 100644 index 0000000..cad844d Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy$StringStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy.class b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy.class new file mode 100644 index 0000000..453a9f3 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LongSerializationPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LowerCamelCaseSeparatorNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/LowerCamelCaseSeparatorNamingPolicy.class new file mode 100644 index 0000000..654e706 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LowerCamelCaseSeparatorNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LowerCaseNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/LowerCaseNamingPolicy.class new file mode 100644 index 0000000..eb7b0b1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LowerCaseNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/LruCache.class b/bin/org/mcteam/ancientgates/gson/LruCache.class new file mode 100644 index 0000000..1ce4ca3 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/LruCache.class differ diff --git a/bin/org/mcteam/ancientgates/gson/MapAsArrayTypeAdapter.class b/bin/org/mcteam/ancientgates/gson/MapAsArrayTypeAdapter.class new file mode 100644 index 0000000..61298d5 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/MapAsArrayTypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/MappedObjectConstructor.class b/bin/org/mcteam/ancientgates/gson/MappedObjectConstructor.class new file mode 100644 index 0000000..71dab39 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/MappedObjectConstructor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/MemoryRefStack.class b/bin/org/mcteam/ancientgates/gson/MemoryRefStack.class new file mode 100644 index 0000000..57df97c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/MemoryRefStack.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ModifierBasedExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/ModifierBasedExclusionStrategy.class new file mode 100644 index 0000000..bd1fd1e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ModifierBasedExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy$LetterModifier.class b/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy$LetterModifier.class new file mode 100644 index 0000000..af9ea08 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy$LetterModifier.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy.class new file mode 100644 index 0000000..d467acb Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ModifyFirstLetterNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/NullExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/NullExclusionStrategy.class new file mode 100644 index 0000000..09f8586 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/NullExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ObjectConstructor.class b/bin/org/mcteam/ancientgates/gson/ObjectConstructor.class new file mode 100644 index 0000000..7d1d21d Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ObjectConstructor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ObjectNavigator$Visitor.class b/bin/org/mcteam/ancientgates/gson/ObjectNavigator$Visitor.class new file mode 100644 index 0000000..aab202e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ObjectNavigator$Visitor.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ObjectNavigator.class b/bin/org/mcteam/ancientgates/gson/ObjectNavigator.class new file mode 100644 index 0000000..aa4ebff Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ObjectNavigator.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ObjectNavigatorFactory.class b/bin/org/mcteam/ancientgates/gson/ObjectNavigatorFactory.class new file mode 100644 index 0000000..47c3f71 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ObjectNavigatorFactory.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ObjectTypePair.class b/bin/org/mcteam/ancientgates/gson/ObjectTypePair.class new file mode 100644 index 0000000..63ee576 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ObjectTypePair.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Pair.class b/bin/org/mcteam/ancientgates/gson/Pair.class new file mode 100644 index 0000000..860badf Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Pair.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ParameterizedTypeHandlerMap.class b/bin/org/mcteam/ancientgates/gson/ParameterizedTypeHandlerMap.class new file mode 100644 index 0000000..7edc1b1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ParameterizedTypeHandlerMap.class differ diff --git a/bin/org/mcteam/ancientgates/gson/ParameterizedTypeImpl.class b/bin/org/mcteam/ancientgates/gson/ParameterizedTypeImpl.class new file mode 100644 index 0000000..7bfb327 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/ParameterizedTypeImpl.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Preconditions.class b/bin/org/mcteam/ancientgates/gson/Preconditions.class new file mode 100644 index 0000000..ba6266e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Preconditions.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Primitives.class b/bin/org/mcteam/ancientgates/gson/Primitives.class new file mode 100644 index 0000000..b94d0d5 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Primitives.class differ diff --git a/bin/org/mcteam/ancientgates/gson/RecursiveFieldNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/RecursiveFieldNamingPolicy.class new file mode 100644 index 0000000..ec6159c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/RecursiveFieldNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/SerializedNameAnnotationInterceptingNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/SerializedNameAnnotationInterceptingNamingPolicy.class new file mode 100644 index 0000000..8816169 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/SerializedNameAnnotationInterceptingNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter$CurrentWrite.class b/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter$CurrentWrite.class new file mode 100644 index 0000000..a89a446 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter$CurrentWrite.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter.class b/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter.class new file mode 100644 index 0000000..ba96916 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Streams$AppendableWriter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/Streams.class b/bin/org/mcteam/ancientgates/gson/Streams.class new file mode 100644 index 0000000..9716575 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/Streams.class differ diff --git a/bin/org/mcteam/ancientgates/gson/SyntheticFieldExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/SyntheticFieldExclusionStrategy.class new file mode 100644 index 0000000..1e02a5b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/SyntheticFieldExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeAdapter.class b/bin/org/mcteam/ancientgates/gson/TypeAdapter.class new file mode 100644 index 0000000..abae9dd Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeAdapter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeInfo.class b/bin/org/mcteam/ancientgates/gson/TypeInfo.class new file mode 100644 index 0000000..952cf61 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeInfo.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeInfoArray.class b/bin/org/mcteam/ancientgates/gson/TypeInfoArray.class new file mode 100644 index 0000000..892e905 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeInfoArray.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeInfoCollection.class b/bin/org/mcteam/ancientgates/gson/TypeInfoCollection.class new file mode 100644 index 0000000..aece322 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeInfoCollection.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeInfoFactory.class b/bin/org/mcteam/ancientgates/gson/TypeInfoFactory.class new file mode 100644 index 0000000..76605f1 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeInfoFactory.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeInfoMap.class b/bin/org/mcteam/ancientgates/gson/TypeInfoMap.class new file mode 100644 index 0000000..bbef67c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeInfoMap.class differ diff --git a/bin/org/mcteam/ancientgates/gson/TypeUtils.class b/bin/org/mcteam/ancientgates/gson/TypeUtils.class new file mode 100644 index 0000000..55672e6 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/TypeUtils.class differ diff --git a/bin/org/mcteam/ancientgates/gson/UpperCamelCaseSeparatorNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/UpperCamelCaseSeparatorNamingPolicy.class new file mode 100644 index 0000000..dd1858f Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/UpperCamelCaseSeparatorNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/UpperCaseNamingPolicy.class b/bin/org/mcteam/ancientgates/gson/UpperCaseNamingPolicy.class new file mode 100644 index 0000000..5a5215c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/UpperCaseNamingPolicy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/VersionConstants.class b/bin/org/mcteam/ancientgates/gson/VersionConstants.class new file mode 100644 index 0000000..9f6ae54 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/VersionConstants.class differ diff --git a/bin/org/mcteam/ancientgates/gson/VersionExclusionStrategy.class b/bin/org/mcteam/ancientgates/gson/VersionExclusionStrategy.class new file mode 100644 index 0000000..1b03002 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/VersionExclusionStrategy.class differ diff --git a/bin/org/mcteam/ancientgates/gson/annotations/Expose.class b/bin/org/mcteam/ancientgates/gson/annotations/Expose.class new file mode 100644 index 0000000..da9fdc2 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/annotations/Expose.class differ diff --git a/bin/org/mcteam/ancientgates/gson/annotations/SerializedName.class b/bin/org/mcteam/ancientgates/gson/annotations/SerializedName.class new file mode 100644 index 0000000..2f541cf Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/annotations/SerializedName.class differ diff --git a/bin/org/mcteam/ancientgates/gson/annotations/Since.class b/bin/org/mcteam/ancientgates/gson/annotations/Since.class new file mode 100644 index 0000000..6adf25f Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/annotations/Since.class differ diff --git a/bin/org/mcteam/ancientgates/gson/annotations/Until.class b/bin/org/mcteam/ancientgates/gson/annotations/Until.class new file mode 100644 index 0000000..cfadb8e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/annotations/Until.class differ diff --git a/bin/org/mcteam/ancientgates/gson/annotations/package-info.class b/bin/org/mcteam/ancientgates/gson/annotations/package-info.class new file mode 100644 index 0000000..15bc87b Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/annotations/package-info.class differ diff --git a/bin/org/mcteam/ancientgates/gson/package-info.class b/bin/org/mcteam/ancientgates/gson/package-info.class new file mode 100644 index 0000000..482cfb5 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/package-info.class differ diff --git a/bin/org/mcteam/ancientgates/gson/reflect/TypeToken$SimpleTypeToken.class b/bin/org/mcteam/ancientgates/gson/reflect/TypeToken$SimpleTypeToken.class new file mode 100644 index 0000000..63a1e7a Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/reflect/TypeToken$SimpleTypeToken.class differ diff --git a/bin/org/mcteam/ancientgates/gson/reflect/TypeToken.class b/bin/org/mcteam/ancientgates/gson/reflect/TypeToken.class new file mode 100644 index 0000000..d259b83 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/reflect/TypeToken.class differ diff --git a/bin/org/mcteam/ancientgates/gson/reflect/package-info.class b/bin/org/mcteam/ancientgates/gson/reflect/package-info.class new file mode 100644 index 0000000..466e71c Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/reflect/package-info.class differ diff --git a/bin/org/mcteam/ancientgates/gson/stream/JsonReader.class b/bin/org/mcteam/ancientgates/gson/stream/JsonReader.class new file mode 100644 index 0000000..0007a7f Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/stream/JsonReader.class differ diff --git a/bin/org/mcteam/ancientgates/gson/stream/JsonScope.class b/bin/org/mcteam/ancientgates/gson/stream/JsonScope.class new file mode 100644 index 0000000..66a59e2 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/stream/JsonScope.class differ diff --git a/bin/org/mcteam/ancientgates/gson/stream/JsonToken.class b/bin/org/mcteam/ancientgates/gson/stream/JsonToken.class new file mode 100644 index 0000000..89411dd Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/stream/JsonToken.class differ diff --git a/bin/org/mcteam/ancientgates/gson/stream/JsonWriter.class b/bin/org/mcteam/ancientgates/gson/stream/JsonWriter.class new file mode 100644 index 0000000..f6c5a4e Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/stream/JsonWriter.class differ diff --git a/bin/org/mcteam/ancientgates/gson/stream/MalformedJsonException.class b/bin/org/mcteam/ancientgates/gson/stream/MalformedJsonException.class new file mode 100644 index 0000000..081db47 Binary files /dev/null and b/bin/org/mcteam/ancientgates/gson/stream/MalformedJsonException.class differ diff --git a/bin/org/mcteam/ancientgates/listeners/PluginBlockListener.class b/bin/org/mcteam/ancientgates/listeners/PluginBlockListener.class new file mode 100644 index 0000000..f164afb Binary files /dev/null and b/bin/org/mcteam/ancientgates/listeners/PluginBlockListener.class differ diff --git a/bin/org/mcteam/ancientgates/listeners/PluginPlayerListener.class b/bin/org/mcteam/ancientgates/listeners/PluginPlayerListener.class new file mode 100644 index 0000000..364a815 Binary files /dev/null and b/bin/org/mcteam/ancientgates/listeners/PluginPlayerListener.class differ diff --git a/bin/org/mcteam/ancientgates/util/DiscUtil.class b/bin/org/mcteam/ancientgates/util/DiscUtil.class new file mode 100644 index 0000000..c1a5073 Binary files /dev/null and b/bin/org/mcteam/ancientgates/util/DiscUtil.class differ diff --git a/bin/org/mcteam/ancientgates/util/FloodUtil.class b/bin/org/mcteam/ancientgates/util/FloodUtil.class new file mode 100644 index 0000000..3c7451e Binary files /dev/null and b/bin/org/mcteam/ancientgates/util/FloodUtil.class differ diff --git a/bin/org/mcteam/ancientgates/util/GeometryUtil.class b/bin/org/mcteam/ancientgates/util/GeometryUtil.class new file mode 100644 index 0000000..6f0e929 Binary files /dev/null and b/bin/org/mcteam/ancientgates/util/GeometryUtil.class differ diff --git a/bin/org/mcteam/ancientgates/util/TextUtil.class b/bin/org/mcteam/ancientgates/util/TextUtil.class new file mode 100644 index 0000000..718a702 Binary files /dev/null and b/bin/org/mcteam/ancientgates/util/TextUtil.class differ diff --git a/localexport.jardesc b/localexport.jardesc new file mode 100644 index 0000000..30829fc --- /dev/null +++ b/localexport.jardesc @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +